~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/blackbox.py

  • Committer: Aaron Bentley
  • Date: 2009-11-11 07:34:28 UTC
  • mto: This revision was merged to the branch mainline in revision 735.
  • Revision ID: aaron@aaronbentley.com-20091111073428-nkzicd2ttylf8b4p
Add tests for fetch-ghosts fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        self.run_bzr('init')
27
27
        self.run_bzr('fetch-ghosts .')
28
28
 
 
29
    def test_fetch_ghosts_with_saved(self):
 
30
        wt = self.make_branch_and_tree('.')
 
31
        wt.branch.set_parent('.')
 
32
        self.run_bzr('fetch-ghosts')
 
33
 
29
34
    def test_patch(self):
30
35
        self.run_bzr('init')
31
36
        file('myfile', 'wb').write('hello')