summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/inheritance/AllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/inheritance/AllTests.cpp')
-rw-r--r--cppe/test/IceE/inheritance/AllTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/inheritance/AllTests.cpp b/cppe/test/IceE/inheritance/AllTests.cpp
index 2717bd60594..3b5c26becf4 100644
--- a/cppe/test/IceE/inheritance/AllTests.cpp
+++ b/cppe/test/IceE/inheritance/AllTests.cpp
@@ -19,7 +19,7 @@ allTests(const Ice::CommunicatorPtr& communicator)
{
tprintf("testing stringToProxy...");
string ref = communicator->getProperties()->getPropertyWithDefault(
- "Inheritance.Proxy", "initial:default -p 12010 -t 10000");
+ "Inheritance.Proxy", "initial:default -p 12010 -t 10000");
Ice::ObjectPrx base = communicator->stringToProxy(ref);
test(base);
tprintf("ok\n");