summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-26 23:01:24 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-26 23:01:24 +0000
commit67eae6a219b842f354033ec27f44419507069829 (patch)
treeb51127c236843049bc6fd9471982613e98e09d0a /cpp/test/Ice/operations/Client.cpp
parentmore thread-per-connection (diff)
downloadice-67eae6a219b842f354033ec27f44419507069829.tar.bz2
ice-67eae6a219b842f354033ec27f44419507069829.tar.xz
ice-67eae6a219b842f354033ec27f44419507069829.zip
more thread-per-connection
Diffstat (limited to 'cpp/test/Ice/operations/Client.cpp')
-rw-r--r--cpp/test/Ice/operations/Client.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/test/Ice/operations/Client.cpp b/cpp/test/Ice/operations/Client.cpp
index c1d4e1d58e7..d43deacf936 100644
--- a/cpp/test/Ice/operations/Client.cpp
+++ b/cpp/test/Ice/operations/Client.cpp
@@ -20,19 +20,14 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
Test::MyClassPrx myClass = allTests(communicator, false);
cout << "testing server shutdown... " << flush;
- cout << "--- 1 ---" << endl;
myClass->shutdown();
- cout << "--- 2 ---" << endl;
try
{
- cout << "--- 3 ---" << endl;
myClass->opVoid();
- cout << "--- 3.5 ---" << endl;
test(false);
}
catch(const Ice::LocalException&)
{
- cout << "--- 4 ---" << endl;
cout << "ok" << endl;
}