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

Manik Surtani msurtani at jboss.com
Wed Jan 31 12:41:11 EST 2007


  User: msurtani
  Date: 07/01/31 12:41:11

  Modified:    tests/functional/org/jboss/cache/transaction 
                        TransactionTest.java
  Log:
  some stuff
  
  Revision  Changes    Path
  1.26      +2 -1      JBossCache/tests/functional/org/jboss/cache/transaction/TransactionTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TransactionTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/transaction/TransactionTest.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- TransactionTest.java	17 Jan 2007 16:24:06 -0000	1.25
  +++ TransactionTest.java	31 Jan 2007 17:41:11 -0000	1.26
  @@ -39,7 +39,7 @@
    * Tests transactional access to a local CacheImpl.
    * Note: we use DummpyTranasctionManager to replace jta
    *
  - * @version $Id: TransactionTest.java,v 1.25 2007/01/17 16:24:06 msurtani Exp $
  + * @version $Id: TransactionTest.java,v 1.26 2007/01/31 17:41:11 msurtani Exp $
    */
   public class TransactionTest extends TestCase
   {
  @@ -74,6 +74,7 @@
         cache.getConfiguration().setInitialStateRetrievalTimeout(10000);
         cache.getConfiguration().setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
         cache.getConfiguration().setIsolationLevel(IsolationLevel.SERIALIZABLE);
  +      cache.getConfiguration().setLockParentForChildInsertRemove(true); // this test case is written to assume this.
         cache.create();
         cache.start();
         thread_ex = null;
  
  
  



More information about the jboss-cvs-commits mailing list