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

Ben Wang bwang at jboss.com
Sun Sep 17 02:19:21 EDT 2006


  User: bwang   
  Date: 06/09/17 02:19:21

  Modified:    tests-50/functional/org/jboss/cache/pojo/rollback 
                        LocalTxUndoTest.java
  Log:
  Added undo for in-memory state
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/tests-50/functional/org/jboss/cache/pojo/rollback/LocalTxUndoTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTxUndoTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/rollback/LocalTxUndoTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- LocalTxUndoTest.java	8 Sep 2006 07:55:59 -0000	1.2
  +++ LocalTxUndoTest.java	17 Sep 2006 06:19:21 -0000	1.3
  @@ -87,7 +87,7 @@
   
      public void testSimpleTxWithRollback2() throws Exception
      {
  -      log_.info("testSimpleTxWithRollback1() ....");
  +      log_.info("testSimpleTxWithRollback2() ....");
         Person test = new Person();
         test.setName("Ben");
         test.setAge(10);
  @@ -103,7 +103,7 @@
   
      public void testSimpleTxWithRollback3() throws Exception
      {
  -      log_.info("testSimpleTxWithRollback1() ....");
  +      log_.info("testSimpleTxWithRollback3() ....");
         Person test = new Person();
         test.setName("Ben");
         test.setAge(10);
  
  
  



More information about the jboss-cvs-commits mailing list