summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/Collocated.py')
-rwxr-xr-xpython/test/Ice/operations/Collocated.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/operations/Collocated.py b/python/test/Ice/operations/Collocated.py
index fc758b63767..06f23dbc30a 100755
--- a/python/test/Ice/operations/Collocated.py
+++ b/python/test/Ice/operations/Collocated.py
@@ -19,6 +19,7 @@ class Collocated(TestHelper):
communicator.getProperties().setProperty("TestAdapter.Endpoints", self.getTestEndpoint())
adapter = communicator.createObjectAdapter("TestAdapter")
prx = adapter.add(TestI.MyDerivedClassI(), Ice.stringToIdentity("test"))
+ adapter.add(TestI.BI(), Ice.stringToIdentity("b"))
# adapter.activate() // Don't activate OA to ensure collocation is used.
if prx.ice_getConnection():
raise RuntimeError("collocation doesn't work")