diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-18 17:12:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-18 17:12:05 +0000 |
commit | 107c31b962e4895cdb93c86b5323945a8fd9b1c7 (patch) | |
tree | 25e1543c6d293bd1650856e1cf45fc2129b4191f /cppe/test/IceE/operations/Collocated.cpp | |
parent | Added print statement to server shutdown (diff) | |
download | ice-107c31b962e4895cdb93c86b5323945a8fd9b1c7.tar.bz2 ice-107c31b962e4895cdb93c86b5323945a8fd9b1c7.tar.xz ice-107c31b962e4895cdb93c86b5323945a8fd9b1c7.zip |
Fix operations test under WinCE.
Diffstat (limited to 'cppe/test/IceE/operations/Collocated.cpp')
-rw-r--r-- | cppe/test/IceE/operations/Collocated.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/cppe/test/IceE/operations/Collocated.cpp b/cppe/test/IceE/operations/Collocated.cpp index 4cedc15e459..b5def014a03 100644 --- a/cppe/test/IceE/operations/Collocated.cpp +++ b/cppe/test/IceE/operations/Collocated.cpp @@ -38,20 +38,7 @@ public: //properties->setProperty("IceE.Trace.Network", "5"); //properties->setProperty("IceE.Trace.Protocol", "5"); - try - { - properties->load("config"); - } - catch(const Ice::FileException&) - { - try - { - properties->load("config.txt"); - } - catch(const Ice::FileException&) - { - } - } + loadConfig(properties); setCommunicator(Ice::initializeWithProperties(argc, argv, properties)); |