/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 tests/test_blackbox.py

  • Committer: Jelmer Vernooij
  • Date: 2008-12-25 01:28:00 UTC
  • mto: (0.200.144 dulwich)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20081225012800-96iswmhsbn3wlyz6
Update copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
        os.chdir("..")
55
55
        output, error = self.run_bzr(['branch', 'gitbranch', 'bzrbranch'])
56
 
        self.assertEqual(error, 'git: counting objects: 3\r\n' +
57
 
                'Branched 1 revision(s).\n')
 
56
        self.assertEqual(error, 'Branched 1 revision(s).\n')
58
57
        self.assertEqual(output, '')
59
58
 
60
59
    def test_branch_ls(self):