[LOGGING-119] Prevent potential deadlock in WeakHashtable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1435077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.Set;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class WeakHashtableTest extends TestCase {
|
||||
public class WeakHashtableTestCase extends TestCase {
|
||||
|
||||
private static final int WAIT_FOR_THREAD_COMPLETION = 5000; // 5 seconds
|
||||
private static final int RUN_LOOPS = 3000;
|
||||
@@ -50,7 +50,7 @@ public class WeakHashtableTest extends TestCase {
|
||||
private Long valueTwo;
|
||||
private Long valueThree;
|
||||
|
||||
public WeakHashtableTest(String testName) {
|
||||
public WeakHashtableTestCase(String testName) {
|
||||
super(testName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user