summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/allocation/Server.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-12-14 20:17:06 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-12-14 20:17:06 +0000
commitd01b534b71f13646c29689172ea6c1bb01065771 (patch)
tree5d5012994ec8d372483cc32e6b9d653b48edc5cf /cpp/test/IceGrid/allocation/Server.cpp
parentFixed login bug (diff)
downloadice-d01b534b71f13646c29689172ea6c1bb01065771.tar.bz2
ice-d01b534b71f13646c29689172ea6c1bb01065771.tar.xz
ice-d01b534b71f13646c29689172ea6c1bb01065771.zip
Fixed bug 1286 and support for property attribute in the object descriptor.
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 0bb0c93af57..a78b454e1a6 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("allocatable"));
+ adapter->add(new TestI(adapter, properties), communicator()->stringToIdentity(properties->getProperty("Alloc")));
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"));