diff options
Diffstat (limited to 'cppe/test/IceE/exceptions/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/exceptions/Collocated.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/test/IceE/exceptions/Collocated.cpp b/cppe/test/IceE/exceptions/Collocated.cpp index 4ee3f17f4b4..1f7d1689dd7 100644 --- a/cppe/test/IceE/exceptions/Collocated.cpp +++ b/cppe/test/IceE/exceptions/Collocated.cpp @@ -31,7 +31,8 @@ public: properties->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000");
properties->setProperty("IceE.Warn.Dispatch", "0");
- setCommunicator(Ice::initialize(argc, argv)); + loadConfig(properties); + setCommunicator(Ice::initializeWithProperties(argc, argv, properties)); Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter"); Ice::ObjectPtr object = new ThrowerI(adapter); |