diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-14 03:54:35 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-14 03:54:35 +0000 |
commit | 79e3134fdd352d7edde573b2baa93602e859360b (patch) | |
tree | 230db9ea999ed86f0c88619ab917608e4f4729f0 /py/test/Ice/operations/Client.py | |
parent | added timeout & proxy test. Cleaned up operations test. (diff) | |
download | ice-79e3134fdd352d7edde573b2baa93602e859360b.tar.bz2 ice-79e3134fdd352d7edde573b2baa93602e859360b.tar.xz ice-79e3134fdd352d7edde573b2baa93602e859360b.zip |
more test cleanup (operations, proxy, timeout).
Diffstat (limited to 'py/test/Ice/operations/Client.py')
-rw-r--r-- | py/test/Ice/operations/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Client.py b/py/test/Ice/operations/Client.py index 4b267052867..5886e2466cc 100644 --- a/py/test/Ice/operations/Client.py +++ b/py/test/Ice/operations/Client.py @@ -66,7 +66,7 @@ try: # we run tests to check whether Ice.MemoryLimitException is # raised as expected. # - initData.properties.setProperty("Ice.MessageSizeMax", "100"); + initData.properties.setProperty("Ice.MessageSizeMax", "100") communicator = Ice.initialize(sys.argv, initData) status = run(sys.argv, communicator) |