diff options
Diffstat (limited to 'cpp/test/Ice/custom/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/custom/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/Collocated.cpp b/cpp/test/Ice/custom/Collocated.cpp index 6cbd32a7316..3f793483920 100644 --- a/cpp/test/Ice/custom/Collocated.cpp +++ b/cpp/test/Ice/custom/Collocated.cpp @@ -35,7 +35,7 @@ main(int argc, char** argv) try { Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv); - properties->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000"); + properties->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000"); communicator = Ice::initialize(argc, argv); status = run(argc, argv, communicator); |