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

Jason Thomas Greene jgreene at jboss.com
Mon Jul 2 21:45:24 EDT 2007


  User: jgreene 
  Date: 07/07/02 21:45:24

  Modified:    tests/functional/org/jboss/cache/pojo/notification 
                        ObjectTest.java
  Log:
  Undo accidental change
  
  Revision  Changes    Path
  1.3       +1 -2      JBossCache/tests/functional/org/jboss/cache/pojo/notification/ObjectTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ObjectTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/pojo/notification/ObjectTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- ObjectTest.java	29 Jun 2007 04:34:01 -0000	1.2
  +++ ObjectTest.java	3 Jul 2007 01:45:24 -0000	1.3
  @@ -20,7 +20,7 @@
   import org.jboss.cache.pojo.test.Address;
   import org.jboss.cache.pojo.test.Person;
   
  -// $Id: ObjectTest.java,v 1.2 2007/06/29 04:34:01 jgreene Exp $
  +// $Id: ObjectTest.java,v 1.3 2007/07/03 01:45:24 jgreene Exp $
   
   /**
    * Tests attach, detach, and field modify notifications
  @@ -43,7 +43,6 @@
         String configFile = "META-INF/local-service.xml";
         boolean toStart = false;
         cache = PojoCacheFactory.createCache(configFile, toStart);
  -      cache.getCache().getConfiguration().setNodeLockingOptimistic(true);
         cache.start();
   
         listener = new Listener();
  
  
  



More information about the jboss-cvs-commits mailing list