~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_tuned_gzip.py

(jameinel) Bug #581311,
 treat WSAECONNABORTED as ConnectionReset. (John A Meinel)

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"""