diff options
Diffstat (limited to 'cpp/test/Ice/operations/Twoways.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Twoways.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/operations/Twoways.cpp b/cpp/test/Ice/operations/Twoways.cpp index eeba0db6b62..8035b2e5659 100644 --- a/cpp/test/Ice/operations/Twoways.cpp +++ b/cpp/test/Ice/operations/Twoways.cpp @@ -124,7 +124,7 @@ twoways(const Test::MyClassPrx& p) r = p->opMyClass(p, c1, c2); test(c1 == p); test(c2 != p); - test(r == p); + //test(r == p); test(c1->ice_getIdentity() == Ice::stringToIdentity("test")); test(c2->ice_getIdentity() == Ice::stringToIdentity("noSuchIdentity")); test(r->ice_getIdentity() == Ice::stringToIdentity("test")); |