From 884e2be89b0cd997f372c59f05bf05a9a5372b60 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Thu, 17 Dec 2015 11:45:27 -0800 Subject: Fixes for Bluetooth plug-ins. Updates to testsuite to support Bluetooth and remote servers. --- cpp/test/Ice/inheritance/AllTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/inheritance/AllTests.cpp') diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index dd316ac08c8..105bb12a576 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -18,7 +18,7 @@ InitialPrxPtr allTests(const Ice::CommunicatorPtr& communicator) { cout << "testing stringToProxy... " << flush; - string ref = "initial:default -p 12010"; + string ref = "initial:" + getTestEndpoint(communicator, 0); Ice::ObjectPrxPtr base = communicator->stringToProxy(ref); test(base); cout << "ok" << endl; -- cgit v1.2.3