/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: John Carr
  • Date: 2008-12-30 22:10:38 UTC
  • mto: (0.217.35 git-serve)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: john.carr@unrouted.co.uk-20081230221038-wkjk7e99ro3cpo18
Don't bother using InterRepo, use import_git_objects directly. Don't need a full repository (just operating on a pack and index)

Show diffs side-by-side

added added

removed removed

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