~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_transport.py

Merge http-leaks into sftp-leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
 
252
252
    def test_get_bytes_unknown_file(self):
253
253
        t = self.get_transport()
254
 
 
255
254
        self.assertRaises(NoSuchFile, t.get_bytes, 'c')
256
255
 
257
256
    def test_get_with_open_write_stream_sees_all_content(self):