mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Use a constructor that Animal Sniffer knows about.
This commit is contained in:
@@ -36,10 +36,6 @@ public abstract class BrambleTestCase {
|
||||
@After
|
||||
public void afterBrambleTestCase() {
|
||||
Throwable thrown = exceptionInBackgroundThread;
|
||||
if (thrown != null) {
|
||||
throw new AssertionError(
|
||||
"background thread has thrown an exception unexpectedly",
|
||||
thrown);
|
||||
}
|
||||
if (thrown != null) throw new AssertionError(thrown);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user