Re-enable cleanup code.

This commit is contained in:
Guido van Rossum 2007-04-11 16:32:43 +00:00
parent b9c4c3e455
commit d0712817ac
1 changed files with 2 additions and 2 deletions

View 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" ]