diff options
author | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:30:02 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:30:02 +0000 |
commit | 69ee255be9ce374075d1a31020b48de7788374e1 (patch) | |
tree | dc3a4e00a8407905447e79a78d11800bb616b2c4 /cpp/test/Ice/inheritance/AllTests.cpp | |
parent | - Removed unused collocation optimization code. (diff) | |
download | ice-69ee255be9ce374075d1a31020b48de7788374e1.tar.bz2 ice-69ee255be9ce374075d1a31020b48de7788374e1.tar.xz ice-69ee255be9ce374075d1a31020b48de7788374e1.zip |
Changing demo and test port numbers.
Diffstat (limited to 'cpp/test/Ice/inheritance/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/inheritance/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/inheritance/AllTests.cpp b/cpp/test/Ice/inheritance/AllTests.cpp index 5ea28cf48e7..9f69f4d7008 100644 --- a/cpp/test/Ice/inheritance/AllTests.cpp +++ b/cpp/test/Ice/inheritance/AllTests.cpp @@ -18,7 +18,7 @@ InitialPrx allTests(const Ice::CommunicatorPtr& communicator) { cout << "testing stringToProxy... " << flush; - string ref = "initial:default -p 12345 -t 10000"; + string ref = "initial:default -p 12010 -t 10000"; Ice::ObjectPrx base = communicator->stringToProxy(ref); test(base); cout << "ok" << endl; |