diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-07-20 18:47:41 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-07-20 18:47:41 +0000 |
commit | c045f2d95261085f608c83a3eed245198ca5aa4a (patch) | |
tree | b24f08b6d9dea397d1a007240f566229da846249 /py/test/Ice/operations/Client.py | |
parent | enabling ice_communicator test; fixing output (diff) | |
download | ice-c045f2d95261085f608c83a3eed245198ca5aa4a.tar.bz2 ice-c045f2d95261085f608c83a3eed245198ca5aa4a.tar.xz ice-c045f2d95261085f608c83a3eed245198ca5aa4a.zip |
fixing output
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 9b42f018e69..9257f070b7f 100644 --- a/py/test/Ice/operations/Client.py +++ b/py/test/Ice/operations/Client.py @@ -29,7 +29,7 @@ def test(b): def run(args, communicator): myClass = AllTests.allTests(communicator) - print "testing server shutdown... ", + print "testing server shutdown...", myClass.shutdown() try: myClass.opVoid() |