summaryrefslogtreecommitdiff
path: root/python/test/Ice/objects/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/objects/AllTests.py')
-rw-r--r--python/test/Ice/objects/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/objects/AllTests.py b/python/test/Ice/objects/AllTests.py
index 5c254de44de..b8dde23b1b4 100644
--- a/python/test/Ice/objects/AllTests.py
+++ b/python/test/Ice/objects/AllTests.py
@@ -269,7 +269,7 @@ def allTests(helper, communicator):
if initial.ice_getConnection():
sys.stdout.write("testing UnexpectedObjectException... ")
sys.stdout.flush()
- ref = "uoet:default -p 12010"
+ ref = "uoet:{0}".format(helper.getTestEndpoint())
base = communicator.stringToProxy(ref)
test(base)
uoet = Test.UnexpectedObjectExceptionTestPrx.uncheckedCast(base)