New submission from Antoine Pitrou <pit...@free.fr>:

This was found by Nadeem in issue5863.

Index: Lib/test/test_bz2.py
===================================================================
--- Lib/test/test_bz2.py        (révision 88199)
+++ Lib/test/test_bz2.py        (copie de travail)
@@ -86,7 +86,7 @@
                 if not str:
                     break
                 text += str
-            self.assertEqual(text, text)
+            self.assertEqual(text, self.TEXT)
 
     def testRead100(self):
         # "Test BZ2File.read(100)"

----------
components: Tests
messages: 127116
nosy: georg.brandl, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: typo in test_bz2
type: behavior
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11018>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to