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

Manik Surtani msurtani at jboss.com
Thu Jul 20 06:54:00 EDT 2006


  User: msurtani
  Date: 06/07/20 06:54:00

  Modified:    tests/functional/org/jboss/cache/aop/collection 
                        ReplicatedSyncMapTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.5       +1 -1      JBossCache/tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ReplicatedSyncMapTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- ReplicatedSyncMapTest.java	4 May 2006 15:19:39 -0000	1.4
  +++ ReplicatedSyncMapTest.java	20 Jul 2006 10:54:00 -0000	1.5
  @@ -49,7 +49,7 @@
         PojoCache tree=new PojoCache();
         PropertyConfigurator config=new PropertyConfigurator();
         config.configure(tree, "META-INF/replSync-service.xml"); // read in generic replAsync xml
  -      tree.setClusterName(name);
  +      tree.getConfiguration().setClusterName(name);
         tree.createService();
         tree.startService();
         return tree;
  
  
  



More information about the jboss-cvs-commits mailing list