~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_parent.py

[merge] jam-integration 1503

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)