summaryrefslogtreecommitdiff
path: root/cppe/config/TestUtil.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-04-01 10:03:40 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-04-01 10:03:40 +0000
commit80155b5905c07632150e9c4124c974585c881112 (patch)
tree7a7a396a6f5084612d897c3f9c87e59b0a7cda54 /cppe/config/TestUtil.py
parentMade the argv argument to parse() const. (diff)
downloadice-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.py2
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);