summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/operations/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/operations/AllTests.cpp')
-rw-r--r--cppe/test/IceE/operations/AllTests.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/test/IceE/operations/AllTests.cpp b/cppe/test/IceE/operations/AllTests.cpp
index dd656b0d2c4..9d9d11f9223 100644
--- a/cppe/test/IceE/operations/AllTests.cpp
+++ b/cppe/test/IceE/operations/AllTests.cpp
@@ -25,7 +25,8 @@ allTests(const Ice::CommunicatorPtr& communicator)
tprintf("ok\n");
tprintf("testing proxy methods... ");
- test(Ice::identityToString(base->ice_identity(Ice::stringToIdentity("other"))->ice_getIdentity()) == "other");
+ test(communicator->identityToString(base->ice_identity(communicator->stringToIdentity("other"))->ice_getIdentity())
+ == "other");
test(base->ice_facet("facet")->ice_getFacet() == "facet");
test(base->ice_twoway()->ice_isTwoway());
test(base->ice_oneway()->ice_isOneway());