[jboss-cvs] JBossCache/src/org/jboss/cache/factories ...

Manik Surtani msurtani at jboss.com
Thu Jul 20 06:59:13 EDT 2006


  User: msurtani
  Date: 06/07/20 06:59:13

  Modified:    src/org/jboss/cache/factories  CacheFactoryTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src/org/jboss/cache/factories/CacheFactoryTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheFactoryTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/CacheFactoryTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheFactoryTest.java	20 Jul 2006 04:49:52 -0000	1.2
  +++ CacheFactoryTest.java	20 Jul 2006 10:59:13 -0000	1.3
  @@ -76,7 +76,7 @@
   
       private void doSimpleConfTests(Configuration tc)
       {
  -        assertEquals(Configuration.CacheMode.REPL_SYNC, tc.getCacheModeInt());
  +        assertEquals(Configuration.CacheMode.REPL_SYNC, tc.getCacheMode());
           assertEquals(10000, tc.getLockAcquisitionTimeout());
           assertEquals(IsolationLevel.REPEATABLE_READ, tc.getIsolationLevel());
           assertEquals(true, tc.isUseRegionBasedMarshalling());
  
  
  



More information about the jboss-cvs-commits mailing list