summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/inheritance/Collocated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/inheritance/Collocated.cpp')
-rw-r--r--cpp/test/Ice/inheritance/Collocated.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/inheritance/Collocated.cpp b/cpp/test/Ice/inheritance/Collocated.cpp
index 63b9d8ffb00..36bda26e114 100644
--- a/cpp/test/Ice/inheritance/Collocated.cpp
+++ b/cpp/test/Ice/inheritance/Collocated.cpp
@@ -20,6 +20,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator)
Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapterWithEndpoints("TestAdapter", endpts);
Ice::ObjectPtr object = new InitialI(adapter);
adapter->add(object, "initial");
+ adapter->activate();
InitialPrx allTests(const Ice::CommunicatorPtr&);
allTests(communicator);