Kaydet (Commit) 2cdacd74 authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Added missing BaseTest.tearDown(self). Fixed refleak.

üst 0c25b45b
......@@ -1802,6 +1802,7 @@ class BaseFileTest(BaseTest):
def tearDown(self):
for fn in self.rmfiles:
os.unlink(fn)
BaseTest.tearDown(self)
def assertLogFile(self, filename):
"Assert a log file is there and register it for deletion"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment