summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-03-03 10:12:21 +0100
committerBenoit Foucher <benoit@zeroc.com>2017-03-03 10:12:21 +0100
commiteb1a7ab864e3d2d5871b67fd5954df54524e5392 (patch)
tree561b4ec43914747b905e8f3758ee09f8b3934cac /cpp
parentReplaced ICE_SSL_ by ICESSL_ for consistency (diff)
downloadice-eb1a7ab864e3d2d5871b67fd5954df54524e5392.tar.bz2
ice-eb1a7ab864e3d2d5871b67fd5954df54524e5392.tar.xz
ice-eb1a7ab864e3d2d5871b67fd5954df54524e5392.zip
Added missing asserts to discovery tests
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/IceDiscovery/simple/AllTests.cpp3
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&)
{