[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/optimistic ...
Manik Surtani
msurtani at jboss.com
Thu Dec 7 19:19:58 EST 2006
User: msurtani
Date: 06/12/07 19:19:58
Modified: tests/functional/org/jboss/cache/optimistic Tag:
Branch_JBossCache_1_4_0 RemoveBeforeCreateTest.java
Log:
Added a delay
Revision Changes Path
No revision
No revision
1.1.2.3 +3 -0 JBossCache/tests/functional/org/jboss/cache/optimistic/RemoveBeforeCreateTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RemoveBeforeCreateTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/RemoveBeforeCreateTest.java,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- RemoveBeforeCreateTest.java 6 Dec 2006 16:29:45 -0000 1.1.2.2
+++ RemoveBeforeCreateTest.java 8 Dec 2006 00:19:58 -0000 1.1.2.3
@@ -47,6 +47,9 @@
c[0].put("/control", "key", "value");
t.commit();
+ // sleep to replicate - remember, this is repl_async
+ TestingUtil.sleepThread(500);
+
assertEquals("value", c[0].get("/control", "key"));
assertEquals("value", c[1].get("/control", "key"));
More information about the jboss-cvs-commits
mailing list