diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/Client.cpp')
-rw-r--r-- | cpp/test/Freeze/evictor/Client.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Freeze/evictor/Client.cpp b/cpp/test/Freeze/evictor/Client.cpp index a11d4cc23a3..517e02341dd 100644 --- a/cpp/test/Freeze/evictor/Client.cpp +++ b/cpp/test/Freeze/evictor/Client.cpp @@ -424,6 +424,11 @@ public: // Expected from time to time // } + catch(const Ice::Exception& e) + { + cerr << "Caught Ice::Exception: " << e << endl; + test(false); + } catch(...) { cerr << "caught some other exception" << endl; |