summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/exceptions/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/exceptions/Collocated.cpp')
-rw-r--r--cppe/test/IceE/exceptions/Collocated.cpp2
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));