diff options
Diffstat (limited to 'cpp/test/Ice/retry/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/retry/Collocated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/retry/Collocated.cpp b/cpp/test/Ice/retry/Collocated.cpp index 3093330d89c..9f6f8ae407a 100644 --- a/cpp/test/Ice/retry/Collocated.cpp +++ b/cpp/test/Ice/retry/Collocated.cpp @@ -25,7 +25,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter"); Ice::ObjectPtr object = new RetryI; adapter->add(object, communicator->stringToIdentity("retry")); - adapter->activate(); + //adapter->activate(); // Don't activate OA to ensure collocation is used. RetryPrx allTests(const Ice::CommunicatorPtr&); RetryPrx retry = allTests(communicator); |