[jboss-cvs] JBossCache/tests/perf/org/jboss/cache/benchmark/support ...

Manik Surtani msurtani at jboss.com
Thu Jul 20 04:05:18 EDT 2006


  User: msurtani
  Date: 06/07/20 04:05:18

  Modified:    tests/perf/org/jboss/cache/benchmark/support  BaseTest.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.12      +1 -1      JBossCache/tests/perf/org/jboss/cache/benchmark/support/BaseTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/BaseTest.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- BaseTest.java	31 Jan 2006 17:22:38 -0000	1.11
  +++ BaseTest.java	20 Jul 2006 08:05:18 -0000	1.12
  @@ -55,7 +55,7 @@
       protected void doPut(Fqn fqn, Object key, Object value) throws Exception
       {
           cache.put(fqn, key, value);
  -        cache.setLockAcquisitionTimeout(2000);
  +        cache.getConfiguration().setLockAcquisitionTimeout(2000);
       }
   
       /**
  
  
  



More information about the jboss-cvs-commits mailing list