summaryrefslogtreecommitdiff
path: root/py/test/Ice/objects/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/objects/Collocated.py')
-rwxr-xr-xpy/test/Ice/objects/Collocated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/objects/Collocated.py b/py/test/Ice/objects/Collocated.py
index 8b477ce563e..e4e9df93bb6 100755
--- a/py/test/Ice/objects/Collocated.py
+++ b/py/test/Ice/objects/Collocated.py
@@ -22,7 +22,7 @@ def run(args, communicator):
adapter.add(initial, communicator.stringToIdentity("initial"))
uoet = TestI.UnexpectedObjectExceptionTestI()
adapter.add(uoet, communicator.stringToIdentity("uoet"))
- adapter.activate()
+ #adapter.activate() // Don't activate OA to ensure collocation is used.
AllTests.allTests(communicator)