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

Ben Wang bwang at jboss.com
Thu Nov 2 08:34:41 EST 2006


  User: bwang   
  Date: 06/11/02 08:34:41

  Modified:    tests-50/functional/org/jboss/cache/pojo/passivation 
                        ReplicatedTest.java
  Log:
  Proper teardown
  
  Revision  Changes    Path
  1.6       +1 -0      JBossCache/tests-50/functional/org/jboss/cache/pojo/passivation/ReplicatedTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/passivation/ReplicatedTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- ReplicatedTest.java	31 Oct 2006 11:07:18 -0000	1.5
  +++ ReplicatedTest.java	2 Nov 2006 13:34:41 -0000	1.6
  @@ -53,6 +53,7 @@
      protected void tearDown() throws Exception
      {
         super.tearDown();
  +      cache.getCache().getRoot().remove(Fqn.fromString("/"));
         cache.stop();
         cache1.stop();
      }
  
  
  



More information about the jboss-cvs-commits mailing list