Author: antelder
Date: Wed Jun  6 09:59:26 2012
New Revision: 1346808

URL: http://svn.apache.org/viewvc?rev=1346808&view=rev
Log:
TUSCANY-4059: Apply update from Andrew Potter to fix build failure for 
itest/policy/reliability with IBM JDK

Modified:
    
tuscany/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java?rev=1346808&r1=1346807&r2=1346808&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
 Wed Jun  6 09:59:26 2012
@@ -63,7 +63,10 @@ public class HelloworldTestCase extends 
         
         // check sequences of interceptors
         System.out.println(StatusImpl.statusString);
-        assertTrue(StatusImpl.statusString.contains("atmostonce exactlyonce 
atleastonce"));
+        assertTrue(StatusImpl.statusString.contains("atmostonce"));
+        assertTrue(StatusImpl.statusString.contains("exactlyonce"));
+        assertTrue(StatusImpl.statusString.contains("atleastonce"));
+
                 
         // check final intents on endpoint reference to see if the matching 
process
         // results on the right set


Reply via email to