diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /py/test/Ice/retry/AllTests.py | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'py/test/Ice/retry/AllTests.py')
-rw-r--r-- | py/test/Ice/retry/AllTests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/retry/AllTests.py b/py/test/Ice/retry/AllTests.py index 05504f1e1a7..2e2d3762bb6 100644 --- a/py/test/Ice/retry/AllTests.py +++ b/py/test/Ice/retry/AllTests.py @@ -56,7 +56,7 @@ class AMIException(CallbackBase): test(False) def ice_exception(self, ex): - test(isinstance(ex, Ice.ConnectionLostException)) + test(isinstance(ex, Ice.ConnectionLostException)) self.called() def allTests(communicator): @@ -84,7 +84,7 @@ def allTests(communicator): print "calling operation to kill connection with second proxy...", try: retry2.op(True) - test(False) + test(False) except Ice.ConnectionLostException: print "ok" |