commit | 2cdacd74955387638ab860e8662215d4c800cb90 | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Sep 18 03:54:32 2010 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Sep 18 03:54:32 2010 +0000 |
tree | 3de7bc1f76336dc070c3fea579a159e12e89b28d | |
parent | 0c25b45bd8e8a18b3c0f13cdc54de68f17a87975 [diff] [blame] |
Added missing BaseTest.tearDown(self). Fixed refleak.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 00533b1..2630abb 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -1802,6 +1802,7 @@ 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"