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

  • Committer: Martin Pool
  • Date: 2006-01-12 06:37:23 UTC
  • mfrom: (1534.1.6 integration)
  • Revision ID: mbp@sourcefrog.net-20060112063723-4ec91b5ff30f0830
[merge] robertc-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        copy_branch(branch_from, 'to', None)
54
54
 
55
55
        branch_to = Branch.open('to')
56
 
        abs = abspath('from')
57
 
        self.assertEquals(branch_to.get_parent(), abs)
58
 
        
59
 
 
 
56
        self.assertEquals(branch_to.get_parent(), branch_from.base)