summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/policy
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/policy')
-rw-r--r--sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java b/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
index dd79f7d622..933c8e42cc 100644
--- a/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
+++ b/sca-java-2.x/trunk/testing/itest/policy/reliability/src/test/java/interceptors/HelloworldTestCase.java
@@ -63,7 +63,10 @@ public class HelloworldTestCase extends TestCase {
// 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