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

Manik Surtani msurtani at jboss.com
Wed Jan 31 12:40:51 EST 2007


  User: msurtani
  Date: 07/01/31 12:40:51

  Modified:    tests/functional/org/jboss/cache/pojo/rollback 
                        LocalExceptionUndoTest.java
  Log:
  some stuff
  
  Revision  Changes    Path
  1.2       +1 -0      JBossCache/tests/functional/org/jboss/cache/pojo/rollback/LocalExceptionUndoTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalExceptionUndoTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/rollback/LocalExceptionUndoTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- LocalExceptionUndoTest.java	13 Jan 2007 15:55:07 -0000	1.1
  +++ LocalExceptionUndoTest.java	31 Jan 2007 17:40:51 -0000	1.2
  @@ -68,6 +68,7 @@
         boolean toStart = false;
         cache_ = PojoCacheFactory.createCache(configFile, toStart);
         cache_.getCache().getConfiguration().setLockAcquisitionTimeout(500); // timeout to 500 ms
  +      cache_.getCache().getConfiguration().setLockParentForChildInsertRemove(true); // test written to expect this
         cache_.start();
         tx_mgr = DummyTransactionManager.getInstance();
      }
  
  
  



More information about the jboss-cvs-commits mailing list