[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/memory ...
Ben Wang
bwang at jboss.com
Fri Sep 8 03:55:58 EDT 2006
User: bwang
Date: 06/09/08 03:55:58
Modified: tests-50/functional/org/jboss/cache/pojo/memory
ReplicatedTest.java
Log:
added toStart option
Revision Changes Path
1.3 +3 -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.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- ReplicatedTest.java 5 Sep 2006 06:28:15 -0000 1.2
+++ ReplicatedTest.java 8 Sep 2006 07:55:58 -0000 1.3
@@ -42,9 +42,10 @@
{
super.setUp();
String configFile = "META-INF/replSync-service.xml";
- cache_ = PojoCacheFactory.createInstance(configFile);
+ boolean toStart = false;
+ cache_ = PojoCacheFactory.createInstance(configFile, toStart);
cache_.start();
- cache1_ = PojoCacheFactory.createInstance(configFile);
+ cache1_ = PojoCacheFactory.createInstance(configFile, toStart);
cache1_.start();
}
More information about the jboss-cvs-commits
mailing list