summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/ServerAMD.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-07-02 15:21:36 +0200
committerBenoit Foucher <benoit@zeroc.com>2013-07-02 15:21:36 +0200
commit655725cdbeaf94cbce6c38818cdffbb2f7e507ae (patch)
tree0cd4501cfce7ad52fd1afc5c959f17297599708c /cpp/test/Ice/proxy/ServerAMD.cpp
parentWorked around optional test failure when compiled with -O2 on iPhone (diff)
downloadice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.tar.bz2
ice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.tar.xz
ice-655725cdbeaf94cbce6c38818cdffbb2f7e507ae.zip
Integrated minor test changes from Ice Touch branch
Diffstat (limited to 'cpp/test/Ice/proxy/ServerAMD.cpp')
-rw-r--r--cpp/test/Ice/proxy/ServerAMD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/ServerAMD.cpp b/cpp/test/Ice/proxy/ServerAMD.cpp
index 280aefb5415..bed21b0a26d 100644
--- a/cpp/test/Ice/proxy/ServerAMD.cpp
+++ b/cpp/test/Ice/proxy/ServerAMD.cpp
@@ -22,7 +22,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator)
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter");
adapter->add(new MyDerivedClassI, communicator->stringToIdentity("test"));
adapter->activate();
-
+ TEST_READY
communicator->waitForShutdown();
return EXIT_SUCCESS;
}