/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/blackbox/test_version_info.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-17 23:40:50 UTC
  • mto: (7045.3.3 python3-r)
  • mto: This revision was merged to the branch mainline in revision 7050.
  • Revision ID: jelmer@jelmer.uk-20180717234050-d8ov7a8e6dotrj07
Fix per_pack_repository tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                          should_not_be_called)
160
160
        self.create_tree()
161
161
        out, err = self.run_bzr('version-info --custom --template=r{revno} branch')
162
 
        self.assertEqual(b"r2", out)
163
 
        self.assertEqual(b"", err)
 
162
        self.assertEqual("r2", out)
 
163
        self.assertEqual("", err)
164
164
 
165
165
    def test_non_ascii(self):
166
166
        """Test that we can output non-ascii data"""