Issue #11018: fix a test to not be a no-op in test_bz2.

Found by Nadeem Vawda, reviewed by Brett.
This commit is contained in:
Antoine Pitrou 2011-01-26 23:29:28 +00:00
parent 7372a07fd0
commit 528d9f6ead
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class BZ2FileTest(BaseTest):
if not str:
break
text += str
self.assertEqual(text, text)
self.assertEqual(text, self.TEXT)
def testRead100(self):
# "Test BZ2File.read(100)"