diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-20 13:12:50 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-20 13:12:50 +0000 |
commit | d99db9620ba052e79cd5bd40c75306f600f9c48c (patch) | |
tree | 8b5bf4d7b52f1e60469cb48e6b466e7f4b08c41f /cpp/test/Ice/exceptions/AllTests.cpp | |
parent | minor (diff) | |
download | ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.bz2 ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.tar.xz ice-d99db9620ba052e79cd5bd40c75306f600f9c48c.zip |
Runtime->Local
Diffstat (limited to 'cpp/test/Ice/exceptions/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index 07f865ba6dd..2c7f4ed8d26 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.cpp @@ -405,7 +405,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated) try { - thrower->throwRuntimeException(); + thrower->throwLocalException(); test(false); } catch(const Ice::TimeoutException&) @@ -413,7 +413,7 @@ allTests(const Ice::CommunicatorPtr& communicator, bool collocated) // We get the original exception with collocation // optimization. } - catch(const Ice::UnknownRuntimeException&) + catch(const Ice::UnknownLocalException&) { // We get the an unknown local exception without collocation // optimization. |