summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/operations/Collocated.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-07-15 18:51:41 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-07-15 18:51:41 +0000
commit51eca7d8d6e9dc3e05d99379d1689f3e77ce8768 (patch)
tree9d0d4aa63035bb31538a7afe8e97a6a2c42f7009 /cppe/test/IceE/operations/Collocated.cpp
parentworking on a server MIDlet (diff)
downloadice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.tar.bz2
ice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.tar.xz
ice-51eca7d8d6e9dc3e05d99379d1689f3e77ce8768.zip
more WinCE changes.
Diffstat (limited to 'cppe/test/IceE/operations/Collocated.cpp')
-rw-r--r--cppe/test/IceE/operations/Collocated.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cppe/test/IceE/operations/Collocated.cpp b/cppe/test/IceE/operations/Collocated.cpp
index 22a1a32aad3..4cedc15e459 100644
--- a/cppe/test/IceE/operations/Collocated.cpp
+++ b/cppe/test/IceE/operations/Collocated.cpp
@@ -44,6 +44,13 @@ public:
}
catch(const Ice::FileException&)
{
+ try
+ {
+ properties->load("config.txt");
+ }
+ catch(const Ice::FileException&)
+ {
+ }
}
setCommunicator(Ice::initializeWithProperties(argc, argv, properties));