~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_tuned_gzip.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-10 07:46:15 UTC
  • mfrom: (5844 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5845.
  • Revision ID: jelmer@samba.org-20110510074615-eptod049ndjxc4i7
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        # all the data should have been read now
90
90
        self.assertEqual('', stream.read())
91
91
        # and it should be new member time in the stream.
92
 
        self.failUnless(myfile._new_member)
 
92
        self.assertTrue(myfile._new_member)
93
93
 
94
94
    def test_negative_crc(self):
95
95
        """Content with a negative crc should not break when written"""