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

Manik Surtani msurtani at jboss.com
Wed Jan 10 11:27:11 EST 2007


  User: msurtani
  Date: 07/01/10 11:27:11

  Modified:    tests/functional/org/jboss/cache/notifications 
                        RemoteCacheListenerTest.java
  Log:
  Deal with the lack of implicit cloning
  
  Revision  Changes    Path
  1.12      +1 -1      JBossCache/tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemoteCacheListenerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/notifications/RemoteCacheListenerTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- RemoteCacheListenerTest.java	5 Jan 2007 11:42:53 -0000	1.11
  +++ RemoteCacheListenerTest.java	10 Jan 2007 16:27:11 -0000	1.12
  @@ -71,7 +71,7 @@
         c.setSyncReplTimeout(60000);
   
         cache1 = DefaultCacheFactory.getInstance().createCache(c);
  -      cache2 = DefaultCacheFactory.getInstance().createCache(c);
  +      cache2 = DefaultCacheFactory.getInstance().createCache(c.clone());
   
         eventLog1.events.clear();
         eventLog2.events.clear();
  
  
  



More information about the jboss-cvs-commits mailing list