commit | 6ef6306dd62aa092539298ed69c7c6ffff568e2d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Apr 13 19:02:54 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Apr 13 19:02:54 2007 +0000 |
tree | 820982404ec711cba0b2c8efcdf2933e43907ef1 | |
parent | 13633bb8c5bd2dbd2b9955539495ac6fb632776c [diff] |
Oops, don't test for a name attribute here. That's a higher-level feature.
diff --git a/Lib/test/test_fileio.py b/Lib/test/test_fileio.py index bb98190..6a78154 100644 --- a/Lib/test/test_fileio.py +++ b/Lib/test/test_fileio.py
@@ -51,7 +51,6 @@ self.assertEquals(f.mode, "w") self.assertEquals(f.closed, False) - self.assertEquals(f.name, TESTFN) # verify the attributes are readonly for attr in 'mode', 'closed':