summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/allocation/Server.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-12-14 20:32:59 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-12-14 20:32:59 +0000
commitb8b2cfde85b5744b36f1635ca30480ca2efa5407 (patch)
tree19d72173ed3111686873418b9abce81fface3546 /cpp/test/IceGrid/allocation/Server.cpp
parentAdded support for property attribute in object descriptors (diff)
downloadice-b8b2cfde85b5744b36f1635ca30480ca2efa5407.tar.bz2
ice-b8b2cfde85b5744b36f1635ca30480ca2efa5407.tar.xz
ice-b8b2cfde85b5744b36f1635ca30480ca2efa5407.zip
Fix
Diffstat (limited to 'cpp/test/IceGrid/allocation/Server.cpp')
-rw-r--r--cpp/test/IceGrid/allocation/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/allocation/Server.cpp b/cpp/test/IceGrid/allocation/Server.cpp
index a78b454e1a6..0bb0c93af57 100644
--- a/cpp/test/IceGrid/allocation/Server.cpp
+++ b/cpp/test/IceGrid/allocation/Server.cpp
@@ -32,7 +32,7 @@ Server::run(int argc, char* argv[])
string name = properties->getProperty("Ice.ProgramName");
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("Server");
- adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity(properties->getProperty("Alloc")));
+ adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity("allocatable"));
adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity("nonallocatable"));
adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity("allocatable1"));
adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity("allocatable2"));