[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/options ...
Manik Surtani
msurtani at jboss.com
Thu Nov 16 09:37:09 EST 2006
User: msurtani
Date: 06/11/16 09:37:09
Modified: tests/functional/org/jboss/cache/options
ExplicitVersionsReplTest.java
Log:
Fixed typos in test
Revision Changes Path
1.3 +2 -2 JBossCache/tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ExplicitVersionsReplTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/ExplicitVersionsReplTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ExplicitVersionsReplTest.java 11 Nov 2006 19:55:19 -0000 1.2
+++ ExplicitVersionsReplTest.java 16 Nov 2006 14:37:09 -0000 1.3
@@ -126,7 +126,7 @@
mgr.begin();
version = new TestVersion("199");
- cache[0].getInvocationContext().getOptionOverrides().setDataVersion(version);
+ cache[1].getInvocationContext().getOptionOverrides().setDataVersion(version);
cache[1].put(fqn, key, "value2");
mgr.commit();
}
@@ -277,7 +277,7 @@
assertEquals(expected, ((OptimisticTreeNode) cache[1].get(fqn)).getVersion());
expected = new TestVersion("200");
- cache[0].getInvocationContext().getOptionOverrides().setDataVersion(expected);
+ cache[1].getInvocationContext().getOptionOverrides().setDataVersion(expected);
cache[1].put(fqn, key, "value2");
assertEquals("value2", cache[0].get(fqn, key));
More information about the jboss-cvs-commits
mailing list