|
@@ -28,7 +28,7 @@ import java.util.Random;
|
|
* @author Luke Taylor
|
|
* @author Luke Taylor
|
|
* @version $Id$
|
|
* @version $Id$
|
|
*/
|
|
*/
|
|
-public class SessionRegistryImplMultithreadedTests extends TestCase {
|
|
|
|
|
|
+public class SessionRegistryImplMTTests extends TestCase {
|
|
private static final Random rnd = new Random();
|
|
private static final Random rnd = new Random();
|
|
private static boolean errorOccurred;
|
|
private static boolean errorOccurred;
|
|
|
|
|