From 655725cdbeaf94cbce6c38818cdffbb2f7e507ae Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 2 Jul 2013 15:21:36 +0200 Subject: Integrated minor test changes from Ice Touch branch --- cpp/test/Ice/slicing/exceptions/Server.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/test/Ice/slicing/exceptions/Server.cpp') diff --git a/cpp/test/Ice/slicing/exceptions/Server.cpp b/cpp/test/Ice/slicing/exceptions/Server.cpp index 3e94d33f966..bad1030a40b 100644 --- a/cpp/test/Ice/slicing/exceptions/Server.cpp +++ b/cpp/test/Ice/slicing/exceptions/Server.cpp @@ -9,9 +9,12 @@ #include #include +#include using namespace std; +DEFINE_TEST("server") + int run(int, char**, const Ice::CommunicatorPtr& communicator) { @@ -22,6 +25,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) Ice::ObjectPtr object = new TestI(); adapter->add(object, communicator->stringToIdentity("Test")); adapter->activate(); + TEST_READY communicator->waitForShutdown(); return EXIT_SUCCESS; } -- cgit v1.2.3