[jbosscache-commits] JBoss Cache SVN: r5230 - benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 24 10:04:03 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-24 10:04:03 -0500 (Thu, 24 Jan 2008)
New Revision: 5230

Modified:
   benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
Log:
Updated messages

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java	2008-01-24 15:01:25 UTC (rev 5229)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/tests/ReplicationOccursTest.java	2008-01-24 15:04:03 UTC (rev 5230)
@@ -70,8 +70,8 @@
          {
             return true;
          }
-         log.info("Replication test faild, " + (i+1) + " tries so far. Sleeping for  " + REPLICATION_TRY_SLEEP
-               + " millies then try again");
+         log.info("Replication test failed, " + (i+1) + " tries so far. Sleeping for  " + REPLICATION_TRY_SLEEP
+               + " millis then try again");
          Thread.sleep(REPLICATION_TRY_SLEEP);
       }
       return false;
@@ -105,7 +105,7 @@
       {
          if (!"true".equals(value))
          {
-            log.info("Replication was not successull on the entire cluster!");
+            log.info("Replication was not successful on the entire cluster!");
             result.setTestPassed(false);
             return result;
          }




More information about the jbosscache-commits mailing list