diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 10:03:40 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-04-01 10:03:40 +0000 |
commit | 80155b5905c07632150e9c4124c974585c881112 (patch) | |
tree | 7a7a396a6f5084612d897c3f9c87e59b0a7cda54 /cppe/config/TestUtil.py | |
parent | Made the argv argument to parse() const. (diff) | |
download | ice-80155b5905c07632150e9c4124c974585c881112.tar.bz2 ice-80155b5905c07632150e9c4124c974585c881112.tar.xz ice-80155b5905c07632150e9c4124c974585c881112.zip |
ObjectNotExistException are now retried.
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r-- | cppe/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py index ba3f1b67be7..f5e93a2e82b 100644 --- a/cppe/config/TestUtil.py +++ b/cppe/config/TestUtil.py @@ -301,7 +301,7 @@ def collocatedTest(name): def cleanDbDir(path): files = os.listdir(path) - + for filename in files: if filename != "CVS" and filename != ".dummy": fullpath = os.path.join(path, filename); |