[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/factories ...

Manik Surtani manik at jboss.org
Thu Mar 8 11:12:49 EST 2007


  User: msurtani
  Date: 07/03/08 11:12:49

  Modified:    tests/functional/org/jboss/cache/factories 
                        UnitTestCacheFactory.java
  Log:
  Some JBCACHE-961 related fixes
  
  Revision  Changes    Path
  1.3       +12 -12    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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UnitTestCacheFactory.java	24 Jan 2007 16:33:58 -0000	1.2
  +++ UnitTestCacheFactory.java	8 Mar 2007 16:12:49 -0000	1.3
  @@ -23,7 +23,7 @@
    */
   public class UnitTestCacheFactory
   {
  -   public static String JGROUPS_CHANNEL = "udp";//use udp by default
  +   public static String JGROUPS_CHANNEL = "tcp";//"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