diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-19 17:09:40 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-19 17:09:40 +0000 |
commit | 49a3baf241e28c42be6e48c15378ca2a445477cd (patch) | |
tree | 8e2194212d4e5a1527b8bf8281192e3756f25f13 /cppe/test/IceE/exceptions/Collocated.cpp | |
parent | Fixed pe=roperty setting (diff) | |
download | ice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.bz2 ice-49a3baf241e28c42be6e48c15378ca2a445477cd.tar.xz ice-49a3baf241e28c42be6e48c15378ca2a445477cd.zip |
Renamed properties back to Ice.
Diffstat (limited to 'cppe/test/IceE/exceptions/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/exceptions/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/exceptions/Collocated.cpp b/cppe/test/IceE/exceptions/Collocated.cpp index bdb0458a70b..2322be95baa 100644 --- a/cppe/test/IceE/exceptions/Collocated.cpp +++ b/cppe/test/IceE/exceptions/Collocated.cpp @@ -29,7 +29,7 @@ public: Ice::PropertiesPtr properties = Ice::createProperties(); properties->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000");
- properties->setProperty("IceE.Warn.Dispatch", "0");
+ properties->setProperty("Ice.Warn.Dispatch", "0");
loadConfig(properties); setCommunicator(Ice::initializeWithProperties(argc, argv, properties)); |