diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/objects/Collocated.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/Collocated.cpp b/cpp/test/Ice/objects/Collocated.cpp index 99dfb5fa6fc..a37aabcf97b 100644 --- a/cpp/test/Ice/objects/Collocated.cpp +++ b/cpp/test/Ice/objects/Collocated.cpp @@ -21,6 +21,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) InitialPtr initial = new InitialI(adapter); adapter->add(initial, "initial"); InitialPrx allTests(const Ice::CommunicatorPtr&, bool); + allTests(communicator, true); initial->shutdown(); // We must call shutdown even in the collocated case for cyclic dependency cleanup return EXIT_SUCCESS; } |