/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/commands/test_cat.py

Merge test-run support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        cmd.run(self.get_url('branch/foo'))
39
39
        self.assertEqual(1, len(self.connections))
40
40
        self.assertEqual('foo', cmd.outf.getvalue())
 
41