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

Jason Thomas Greene jgreene at jboss.com
Fri Jul 27 14:54:22 EDT 2007


  User: jgreene 
  Date: 07/07/27 14:54:22

  Modified:    tests/functional/org/jboss/cache/pojo/annotation 
                        ReplicatedAnnotationTest.java
  Log:
  Fix JBCACHE-1150
  Remove dead and duplicate code
  Simplify annotation handling
  
  Revision  Changes    Path
  1.3       +2 -1      JBossCache/tests/functional/org/jboss/cache/pojo/annotation/ReplicatedAnnotationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedAnnotationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/annotation/ReplicatedAnnotationTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ReplicatedAnnotationTest.java	16 Apr 2007 17:37:13 -0000	1.2
  +++ ReplicatedAnnotationTest.java	27 Jul 2007 18:54:22 -0000	1.3
  @@ -106,6 +106,7 @@
         ga1.setAddr(addr1);
         assertEquals("Special address should be the same", ga.getAddr().getAddr(), ga1.getAddr().getAddr());
   
  +      cache_.detach("/gadget");
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list