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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/oldevictor/Server.cpp b/cpp/test/Freeze/oldevictor/Server.cpp
index be0eb01bc24..cc96dbaf927 100644
--- a/cpp/test/Freeze/oldevictor/Server.cpp
+++ b/cpp/test/Freeze/oldevictor/Server.cpp
@@ -50,7 +50,7 @@ public:
int
run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator, const string& envName)
{
- communicator->getProperties()->setProperty("Ice.OA.Factory.Endpoints", "default -p 12010 -t 30000");
+ communicator->getProperties()->setProperty("Factory.Endpoints", "default -p 12010 -t 30000");
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("Factory");
Test::RemoteEvictorFactoryPtr factory = new Test::RemoteEvictorFactoryI(adapter, envName);