~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to blackbox.py

  • Committer: Aaron Bentley
  • Date: 2005-11-19 20:23:18 UTC
  • mto: This revision was merged to the branch mainline in revision 288.
  • Revision ID: aaron.bentley@utoronto.ca-20051119202318-949ba01504dc8b52
Updates to match API changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
    def test_fetch_ghosts(self):
30
30
        self.runbzr('init')
31
 
        try:
32
 
            self.runbzr('fetch-ghosts .', retcode=1)
33
 
        except AssertionError:
34
 
            self.runbzr('fetch-ghosts .', retcode=3)
 
31
        self.runbzr('fetch-ghosts .')
35
32
 
36
33
    def test_patch(self):
37
34
        self.runbzr('init')