diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-12-06 17:15:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-12-06 17:15:05 +0000 |
commit | e1c58940773b399fb7fd90e7f1ae1f6f9ed1448b (patch) | |
tree | e08c72a060fc3080e69c2c8e6db5c6f1e1178c2d /cpp/config/TestUtil.py | |
parent | backout crap change. (diff) | |
download | ice-e1c58940773b399fb7fd90e7f1ae1f6f9ed1448b.tar.bz2 ice-e1c58940773b399fb7fd90e7f1ae1f6f9ed1448b.tar.xz ice-e1c58940773b399fb7fd90e7f1ae1f6f9ed1448b.zip |
Commit IceStorm test. Changes to IceStorm for location of database.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 4256d247bde..3f2f4b62c4e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -36,9 +36,6 @@ def killServers(): global serverPids for pid in serverPids: - # - # Does os.kill work for cygwin? If so this test can be changed. - # if sys.platform == "cygwin" or sys.platform == "win32": import win32api handle = win32api.OpenProcess(1, 0, pid) |