summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-12-23 22:57:01 +0000
committerMark Spruiell <mes@zeroc.com>2003-12-23 22:57:01 +0000
commitdfffc76bfb923e8288f7c5733b80cd1971d914b6 (patch)
treee64ae69be9b7df2ebc9260e8680117248f5e20ab
parentmore IcePack fixes (diff)
downloadice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.tar.bz2
ice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.tar.xz
ice-dfffc76bfb923e8288f7c5733b80cd1971d914b6.zip
minor fix
-rw-r--r--cpp/test/IcePack/deployer/AllTests.cpp2
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());