summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-01 23:31:46 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-01 23:31:46 +0000
commitf9aa495a6b20e24ff381b917745ae9e3901b5cb7 (patch)
tree4b348db981ad760672341a789ebcdc19933e2341 /py/test/Ice/exceptions/Client.py
parentglobal definition fixes for tests & demos cleaning up translator adding (diff)
downloadice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.tar.bz2
ice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.tar.xz
ice-f9aa495a6b20e24ff381b917745ae9e3901b5cb7.zip
remove collocated flag
Diffstat (limited to 'py/test/Ice/exceptions/Client.py')
-rw-r--r--py/test/Ice/exceptions/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Client.py b/py/test/Ice/exceptions/Client.py
index 7e98233576e..9574979defb 100644
--- a/py/test/Ice/exceptions/Client.py
+++ b/py/test/Ice/exceptions/Client.py
@@ -10,7 +10,7 @@
import sys, Ice, AllTests
def run(args, communicator):
- thrower = AllTests.allTests(communicator, False)
+ thrower = AllTests.allTests(communicator)
thrower.shutdown()
return True