summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/operations/Collocated.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-18 17:12:05 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-18 17:12:05 +0000
commit107c31b962e4895cdb93c86b5323945a8fd9b1c7 (patch)
tree25e1543c6d293bd1650856e1cf45fc2129b4191f /cppe/test/IceE/operations/Collocated.cpp
parentAdded print statement to server shutdown (diff)
downloadice-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.cpp15
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));