diff options
Diffstat (limited to 'cpp/test/Ice/ami/Collocated.cpp')
-rw-r--r-- | cpp/test/Ice/ami/Collocated.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/ami/Collocated.cpp b/cpp/test/Ice/ami/Collocated.cpp index a21d5a2f324..3d887510dd1 100644 --- a/cpp/test/Ice/ami/Collocated.cpp +++ b/cpp/test/Ice/ami/Collocated.cpp @@ -28,6 +28,7 @@ run(int, char**, const Ice::CommunicatorPtr& communicator) TestIntfControllerIPtr testController = ICE_MAKE_SHARED(TestIntfControllerI, adapter); adapter->add(ICE_MAKE_SHARED(TestIntfI), Ice::stringToIdentity("test")); + adapter->add(ICE_MAKE_SHARED(TestIntfII), Ice::stringToIdentity("test2")); //adapter->activate(); // Collocated test doesn't need to activate the OA adapter2->add(testController, Ice::stringToIdentity("testController")); |