]> granicus.if.org Git - python/commitdiff
Re-enable cleanup code.
authorGuido van Rossum <guido@python.org>
Wed, 11 Apr 2007 16:32:43 +0000 (16:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Apr 2007 16:32:43 +0000 (16:32 +0000)
Lib/test/test_io.py

index 7a2bdb2377d903ed2a3adb7c42b42b9ea9ac168d..688f6dc2001b9c1abc5cfb940ba01182286ade99 100644 (file)
@@ -455,8 +455,8 @@ class BufferedRandomTest(unittest.TestCase):
 
 class TextIOWrapperTest(unittest.TestCase):
 
-##     def tearDown(self):
-##         test_support.unlink(test_support.TESTFN)
+    def tearDown(self):
+        test_support.unlink(test_support.TESTFN)
 
     def testNewlines(self):
         input_lines = [ "unix\n", "windows\r\n", "os9\r", "last\n", "nonl" ]