diff options
Diffstat (limited to 'cpp/test/Ice/binding/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/binding/AllTests.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/test/Ice/binding/AllTests.cpp b/cpp/test/Ice/binding/AllTests.cpp index 0ab430667c5..2388bde4122 100644 --- a/cpp/test/Ice/binding/AllTests.cpp +++ b/cpp/test/Ice/binding/AllTests.cpp @@ -124,7 +124,7 @@ allTests(const Ice::CommunicatorPtr& communicator) test3->ice_ping(); test(false); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } } @@ -468,7 +468,7 @@ allTests(const Ice::CommunicatorPtr& communicator) { test->getAdapterName(); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } @@ -516,7 +516,7 @@ allTests(const Ice::CommunicatorPtr& communicator) test(test3->ice_getConnection() == test1->ice_getConnection()); test(false); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } } @@ -627,7 +627,7 @@ allTests(const Ice::CommunicatorPtr& communicator) { test->getAdapterName(); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } @@ -686,7 +686,7 @@ allTests(const Ice::CommunicatorPtr& communicator) { test->getAdapterName(); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } @@ -779,7 +779,7 @@ allTests(const Ice::CommunicatorPtr& communicator) testSecure->ice_ping(); test(false); } - catch(const Ice::ConnectionRefusedException&) + catch(const Ice::ConnectFailedException&) { } |