Author: ritchiem
Date: Wed Apr  1 16:27:36 2009
New Revision: 760953

URL: http://svn.apache.org/viewvc?rev=760953&view=rev
Log:
Fixed spelling error

Modified:
    
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitDelayTest.java

Modified: 
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitDelayTest.java
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitDelayTest.java?rev=760953&r1=760952&r2=760953&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitDelayTest.java
 (original)
+++ 
qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/timeouts/SyncWaitDelayTest.java
 Wed Apr  1 16:27:36 2009
@@ -115,8 +115,8 @@
             long end = System.nanoTime();
             long time = (end - start);
             // As we are using Nano time ensure to multiply up the millis.
-            assertTrue("Commit was quickier than the delay:" + time, time > 
1000000L * POST_COMMIT_DELAY);
-            assertFalse("Commit was to slower than the build in default", time 
> 1000000L * 1000 * 30);
+            assertTrue("Commit was quickier than the built in delay:" + time, 
time > 1000000L * POST_COMMIT_DELAY);
+            assertFalse("Commit was slower than the built in default", time > 
1000000L * 1000 * 30);
         }
         catch (JMSException e)
         {



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to