summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Twoways.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r--cpp/test/Ice/operations/Twoways.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp
index 379d808c520..6bcc714cba8 100644
--- a/cpp/test/Ice/operations/Twoways.cpp
+++ b/cpp/test/Ice/operations/Twoways.cpp
@@ -135,12 +135,12 @@ twoways(const Ice::CommunicatorPtr& communicator, const Test::MyClassPrx& p)
test(Test::ss5 == "\\u0041\\" &&
Test::ss5 == literals[27]);
- test(Test::su0 == Test::su1 &&
- Test::su0 == Test::su2 &&
- Test::su0 == literals[28] &&
- Test::su0 == literals[29] &&
- Test::su0 == literals[30]);
-
+ test(Test::su0 == Test::su1);
+ test(Test::su0 == Test::su2);
+ test(Test::su0 == literals[28]);
+ test(Test::su0 == literals[29]);
+ test(Test::su0 == literals[30]);
+
//
// Same but using wide strings
//