mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Print stack trace for uncaught exceptions during tests for easier debugging
This commit is contained in:
@@ -9,8 +9,6 @@ import static org.junit.Assert.assertEquals;
|
||||
|
||||
public abstract class BriarIntegrationTest extends BriarTestCase {
|
||||
|
||||
// TODO maybe we could add uncaught exception handlers for other threads here (#670)
|
||||
|
||||
protected void assertGroupCount(MessageTracker tracker, GroupId g,
|
||||
long msgCount, long unreadCount, long latestMsg)
|
||||
throws DbException {
|
||||
|
||||
Reference in New Issue
Block a user