summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/location/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/location/Client.cpp')
-rw-r--r--cpp/test/Ice/location/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/location/Client.cpp b/cpp/test/Ice/location/Client.cpp
index 4a440505bd2..6d2126d1f66 100644
--- a/cpp/test/Ice/location/Client.cpp
+++ b/cpp/test/Ice/location/Client.cpp
@@ -19,7 +19,7 @@ int
run(int, char**, const Ice::CommunicatorPtr& communicator)
{
void allTests(const Ice::CommunicatorPtr&, const string&);
- allTests(communicator, "ServerManager:default -p 12010");
+ allTests(communicator, "ServerManager:" + getTestEndpoint(communicator, 0));
return EXIT_SUCCESS;
}