~ubuntu-branches/ubuntu/precise/python3.2/precise

« back to all changes in this revision

Viewing changes to Lib/test/test_bz2.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                if not str:
87
87
                    break
88
88
                text += str
89
 
            self.assertEqual(text, text)
 
89
            self.assertEqual(text, self.TEXT)
90
90
 
91
91
    def testRead100(self):
92
92
        # "Test BZ2File.read(100)"