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

Ben Wang bwang at jboss.com
Thu Sep 28 11:52:56 EDT 2006


  User: bwang   
  Date: 06/09/28 11:52:56

  Modified:    tests-50/functional/org/jboss/cache/pojo 
                        NewReplicatedTxTest.java
  Log:
  upd
  
  Revision  Changes    Path
  1.5       +4 -4      JBossCache/tests-50/functional/org/jboss/cache/pojo/NewReplicatedTxTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewReplicatedTxTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/NewReplicatedTxTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- NewReplicatedTxTest.java	8 Sep 2006 07:55:59 -0000	1.4
  +++ NewReplicatedTxTest.java	28 Sep 2006 15:52:56 -0000	1.5
  @@ -260,10 +260,10 @@
                  try
                  {
                     tx = getTransaction();
  -//                  tx.begin();
  -                  throw new RuntimeException("PojoCache is not rolling back properly for Collection yet.");
  -//                  cache_.attach("/test/ben", p);
  -//                  tx.commit();
  +                  tx.begin();
  +//                  throw new RuntimeException("PojoCache is not rolling back properly for Collection yet.");
  +                  cache_.attach("/test/ben", p);
  +                  tx.commit();
                  } catch (Exception ex)
                  {
                     t1_ex = ex;
  
  
  



More information about the jboss-cvs-commits mailing list