[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/memory ...
Elias Ross
genman at noderunner.net
Sun Nov 19 22:53:57 EST 2006
User: genman
Date: 06/11/19 22:53:57
Modified: tests-50/functional/org/jboss/cache/pojo/memory
ReplicatedTest.java
Log:
JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well
Revision Changes Path
1.6 +2 -2 JBossCache/tests-50/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplicatedTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- ReplicatedTest.java 31 Oct 2006 11:07:18 -0000 1.5
+++ ReplicatedTest.java 20 Nov 2006 03:53:57 -0000 1.6
@@ -97,7 +97,7 @@
cache_.getCache().getRegion(new Fqn("/aop"), true).registerContextClassLoader(clc);
cache1_.getCache().getRegion(new Fqn("/aop"), true).registerContextClassLoader(clc);
System.gc(); // force gc
- Thread.currentThread().sleep(1000);
+ Thread.sleep(1000);
assertNull("Classloader should be gced ", refa.get());
assertNull("Classloader should be gced ", refb.get());
}
@@ -120,7 +120,7 @@
list.clear();
list = null;
System.gc();
- Thread.currentThread().sleep(1000);
+ Thread.sleep(1000);
}
/**
More information about the jboss-cvs-commits
mailing list