summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/oldevictor/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Freeze/oldevictor/Server.cpp')
-rw-r--r--cpp/test/Freeze/oldevictor/Server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Freeze/oldevictor/Server.cpp b/cpp/test/Freeze/oldevictor/Server.cpp
index f7d1010966a..dde935ffd7f 100644
--- a/cpp/test/Freeze/oldevictor/Server.cpp
+++ b/cpp/test/Freeze/oldevictor/Server.cpp
@@ -50,8 +50,7 @@ public:
int
run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator, const string& envName)
{
- communicator->getProperties()->setProperty("Factory.Endpoints", "default -p 12010 -t 30000");
-
+ communicator->getProperties()->setProperty("Ice.OA.Factory.Endpoints", "default -p 12010 -t 30000");
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("Factory");
Test::RemoteEvictorFactoryPtr factory = new Test::RemoteEvictorFactoryI(adapter, envName);