~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to blackbox.py

  • Committer: Aaron Bentley
  • Date: 2005-11-21 14:29:35 UTC
  • mfrom: (288 bzrtools)
  • mto: (147.4.24 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20051121142935-96c67761f8d04a12
Updated from mainline bzrtools

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')