diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/IceDiscovery/simple/AllTests.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/IceDiscovery/simple/AllTests.cpp b/cpp/test/IceDiscovery/simple/AllTests.cpp index 9cfe48b94ff..6eb9913954f 100644 --- a/cpp/test/IceDiscovery/simple/AllTests.cpp +++ b/cpp/test/IceDiscovery/simple/AllTests.cpp @@ -57,6 +57,7 @@ allTests(const CommunicatorPtr& communicator, int num) try { communicator->stringToProxy("object @ oa1")->ice_ping(); + test(false); } catch(const Ice::NoEndpointException&) { @@ -67,6 +68,7 @@ allTests(const CommunicatorPtr& communicator, int num) try { communicator->stringToProxy("object @ oa1")->ice_ping(); + test(false); } catch(const Ice::ObjectNotExistException&) { @@ -77,6 +79,7 @@ allTests(const CommunicatorPtr& communicator, int num) try { communicator->stringToProxy("object @ oa1")->ice_ping(); + test(false); } catch(const Ice::NoEndpointException&) { |