diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-06-14 17:45:39 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-06-14 17:45:39 +0000 |
commit | e15a4b7862cd7ecd1c14fb78155256d0856f4ba7 (patch) | |
tree | c87937ee2f0761c9037b5234248c6423d24a5234 /java/config/TestUtil.py | |
parent | implemented VerifyDepthMax in Java, C# (diff) | |
download | ice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.tar.bz2 ice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.tar.xz ice-e15a4b7862cd7ecd1c14fb78155256d0856f4ba7.zip |
updates to the test harness. Fixed a bug with cleanDb in IceGridAdmin.py.
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index 07f2bd65753..fcf7d0a717a 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.py @@ -231,8 +231,6 @@ def getServerPid(pipe): continue break - serverPids.append(int(output)) - try: serverPids.append(int(output)) except ValueError: |