mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Don't mix JUnit 4 annotations with JUnit3 TestCase.
This commit is contained in:
@@ -2,9 +2,9 @@ package org.briarproject;
|
||||
|
||||
import java.lang.Thread.UncaughtExceptionHandler;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
public abstract class BriarTestCase extends TestCase {
|
||||
public abstract class BriarTestCase {
|
||||
|
||||
public BriarTestCase() {
|
||||
// Ensure exceptions thrown on worker threads cause tests to fail
|
||||
|
||||
Reference in New Issue
Block a user