/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/plugins/git/tests/test_dir.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-03 01:42:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7027.
  • Revision ID: jelmer@jelmer.uk-20180703014253-zjckmhgnmb2qsn6x
Disable some flaky tests on python3, allow running without fastimport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
    def test_git_file(self):
71
71
        gitrepo = GitRepo.init("blah", mkdir=True)
72
 
        self.build_tree_contents([('foo/', ), ('foo/.git', 'gitdir: ../blah/.git\n')])
 
72
        self.build_tree_contents([('foo/', ), ('foo/.git', b'gitdir: ../blah/.git\n')])
73
73
 
74
74
        gd = controldir.ControlDir.open('foo')
75
75
        self.assertEqual(gd.control_url.rstrip('/'),