diff options
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 1f7d1689dd7..bdb0458a70b 100644 --- a/cppe/test/IceE/exceptions/Collocated.cpp +++ b/cppe/test/IceE/exceptions/Collocated.cpp @@ -26,7 +26,7 @@ public: virtual int run(int argc, char* argv[]) {
- Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv);
+ Ice::PropertiesPtr properties = Ice::createProperties(); properties->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000");
properties->setProperty("IceE.Warn.Dispatch", "0");
|