Re-enable cleanup code.
This commit is contained in:
parent
b9c4c3e455
commit
d0712817ac
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue