[jboss-cvs] CacheBenchFwk/src/org/cachebench/tests ...

Manik Surtani manik at jboss.org
Tue Mar 13 10:50:20 EDT 2007


  User: msurtani
  Date: 07/03/13 10:50:20

  Modified:    src/org/cachebench/tests  StringTest.java
  Log:
  wc
  
  Revision  Changes    Path
  1.3       +8 -8      CacheBenchFwk/src/org/cachebench/tests/StringTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: StringTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/src/org/cachebench/tests/StringTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- StringTest.java	27 Dec 2005 05:30:13 -0000	1.2
  +++ StringTest.java	13 Mar 2007 14:50:20 -0000	1.3
  @@ -14,9 +14,9 @@
       /* (non-Javadoc)
        * @see org.cachebench.tests.CacheTest#doTest(org.cachebench.config.TestConfig)
        */
  -    public TestResult doTest( String testName, CacheWrapper cache, String testCaseName, int sampleSize ) throws Exception
  +   public TestResult doTest(String testName, CacheWrapper cache, String testCaseName, int sampleSize) throws Exception
       {
  -        return performTestWithObjectType( testName, cache, String.class, testCaseName, sampleSize);
  +      return performTestWithObjectType(testName, cache, String.class, testCaseName, sampleSize);
   
       }
   
  
  
  



More information about the jboss-cvs-commits mailing list