/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_status.py

  • Committer: John Arbash Meinel
  • Date: 2008-05-01 20:10:42 UTC
  • mto: This revision was merged to the branch mainline in revision 3407.
  • Revision ID: john@arbash-meinel.com-20080501201042-ep7n9ix7ebe5nlpk
Fix up a couple of the tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        """Test when a pending merge is itself a ghost"""
73
73
        tree = self.make_branch_and_tree('a')
74
74
        tree.commit('first')
 
75
        tree2 = tree.bzrdir.clone('b').open_workingtree()
75
76
        tree2.add_parent_tree_id('a-ghost-revision')
76
77
        tree.lock_read()
77
78
        self.addCleanup(tree.unlock)