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

Ben Wang bwang at jboss.com
Wed Jul 12 09:29:04 EDT 2006


  User: bwang   
  Date: 06/07/12 09:29:04

  Modified:    tests-50/functional/org/jboss/cache/pojo/event 
                        LocalTest.java
  Log:
  Add fail comment for some known failure now. Will fix later.
  
  Revision  Changes    Path
  1.2       +3 -0      JBossCache/tests-50/functional/org/jboss/cache/pojo/event/LocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/event/LocalTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- LocalTest.java	8 Jul 2006 17:39:39 -0000	1.1
  +++ LocalTest.java	12 Jul 2006 13:29:04 -0000	1.2
  @@ -102,6 +102,9 @@
         assertNull("Exception should be null but " +ex1_, ex1_);
         assertTrue("pre-attach event is not emitted", pre_);
         assertTrue("post-attach event is not emitted", post_);
  +
  +      fail("Counter test fails becuase we need to use attach during sub-object attachment." +
  +       " Will wait to fix untill next step of refactoring.");
         assertEquals("Total number of event is ", 4, counter_);
         cache_.removeListener(listener);
      }
  
  
  



More information about the jboss-cvs-commits mailing list