diff options
Diffstat (limited to 'python/test/Ice/location/AllTests.py')
-rw-r--r-- | python/test/Ice/location/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/location/AllTests.py b/python/test/Ice/location/AllTests.py index 91519152101..bf0a378b85f 100644 --- a/python/test/Ice/location/AllTests.py +++ b/python/test/Ice/location/AllTests.py @@ -248,7 +248,7 @@ def allTests(communicator, ref): registry.addObject(adapter.add(HelloI(), id)); adapter.activate(); - helloPrx = Test.HelloPrx.checkedCast(communicator.stringToProxy(communicator.identityToString(id))); + helloPrx = Test.HelloPrx.checkedCast(communicator.stringToProxy(Ice.identityToString(id))); test(not helloPrx.ice_getConnection()); adapter.deactivate(); |