[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/factories ...
Manik Surtani
manik at jboss.org
Thu Mar 8 11:13:57 EST 2007
User: msurtani
Date: 07/03/08 11:13:57
Modified: tests/functional/org/jboss/cache/factories
UnitTestCacheFactory.java
Log:
Didn't mean to check this in with the last check-in. Rolling back to r1.2.
Revision Changes Path
1.4 +1 -1 JBossCache/tests/functional/org/jboss/cache/factories/UnitTestCacheFactory.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: UnitTestCacheFactory.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/factories/UnitTestCacheFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- UnitTestCacheFactory.java 8 Mar 2007 16:12:49 -0000 1.3
+++ UnitTestCacheFactory.java 8 Mar 2007 16:13:57 -0000 1.4
@@ -23,7 +23,7 @@
*/
public class UnitTestCacheFactory
{
- public static String JGROUPS_CHANNEL = "tcp";//"udp";//use udp by default
+ public static String JGROUPS_CHANNEL = "udp";//use udp by default
public static String JGROUPS_STACK_TYPE = "jgroups.stack";
public static String DEFAULT_CONFIGURATION_FILE = "META-INF/unit-test-cache-service.xml";
More information about the jboss-cvs-commits
mailing list