diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-12-23 22:57:01 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-12-23 22:57:01 +0000 |
commit | dfffc76bfb923e8288f7c5733b80cd1971d914b6 (patch) | |
tree | e64ae69be9b7df2ebc9260e8680117248f5e20ab | |
parent | more IcePack fixes (diff) | |
download | ice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.tar.bz2 ice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.tar.xz ice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.zip |
minor fix
-rw-r--r-- | cpp/test/IcePack/deployer/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IcePack/deployer/AllTests.cpp b/cpp/test/IcePack/deployer/AllTests.cpp index 37dfd5aafb4..05b26f58528 100644 --- a/cpp/test/IcePack/deployer/AllTests.cpp +++ b/cpp/test/IcePack/deployer/AllTests.cpp @@ -40,7 +40,7 @@ allCommonTests(const Ice::CommunicatorPtr& communicator) IcePack::AdminPrx admin = IcePack::AdminPrx::checkedCast(communicator->stringToProxy("IcePack/Admin")); test(admin); - cout << "test server registration..." << flush; + cout << "test server registration... " << flush; Ice::StringSeq serverNames = admin->getAllServerNames(); test(find(serverNames.begin(), serverNames.end(), "Server1") != serverNames.end()); test(find(serverNames.begin(), serverNames.end(), "Server2") != serverNames.end()); |