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

Manik Surtani msurtani at jboss.com
Tue Oct 10 09:21:02 EDT 2006


  User: msurtani
  Date: 06/10/10 09:21:02

  Modified:    tests/functional/org/jboss/cache/config 
                        ConfigurationTest.java
  Log:
  Updated with new configuration passed in
  
  Revision  Changes    Path
  1.4       +67 -69    JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ConfigurationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ConfigurationTest.java	17 Aug 2006 14:29:24 -0000	1.3
  +++ ConfigurationTest.java	10 Oct 2006 13:21:02 -0000	1.4
  @@ -7,7 +7,6 @@
   package org.jboss.cache.config;
   
   
  -
   import junit.framework.TestCase;
   import org.jboss.cache.factories.XmlConfigurationParser;
   import org.jboss.cache.lock.IsolationLevel;
  @@ -62,8 +61,7 @@
                   "                up_thread=\"false\" down_thread=\"false\"/>\n" +
                   "            <pbcast.NAKACK gc_lag=\"50\" retransmit_timeout=\"600,1200,2400,4800\"\n" +
                   "                max_xmit_size=\"8192\" up_thread=\"false\" down_thread=\"false\"/>\n" +
  -                "            <UNICAST timeout=\"600,1200,2400\" window_size=\"100\" min_threshold=\"10\"\n" +
  -                "                down_thread=\"false\"/>\n" +
  +              "            <UNICAST down_thread=\"false\" timeout=\"600,1200,2400\"/>\n" +
                   "            <pbcast.STABLE desired_avg_gossip=\"20000\"\n" +
                   "                up_thread=\"false\" down_thread=\"false\"/>\n" +
                   "            <FRAG frag_size=\"8192\"\n" +
  
  
  



More information about the jboss-cvs-commits mailing list