~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-02-11 17:58:56 UTC
  • mto: This revision was merged to the branch mainline in revision 5662.
  • Revision ID: jelmer@samba.org-20110211175856-alncdirjmi75qr67
Add 'WorkingTreeFormat.missing_parent_conflicts' flag to use in tests.

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.assertTrue(myfile._new_member)
 
92
        self.failUnless(myfile._new_member)
93
93
 
94
94
    def test_negative_crc(self):
95
95
        """Content with a negative crc should not break when written"""