~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_aliases.py

  • Committer: Robey Pointer
  • Date: 2006-07-01 19:03:33 UTC
  • mfrom: (1829 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1830.
  • Revision ID: robey@lag.net-20060701190333-f58465aec4bd3412
merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
        # If --no-aliases breaks all of bzr, we also get retcode=3
59
59
        # So we need to catch the output as well
60
 
        self.assertEquals(bzr_catch_error('--no-aliases', 'c', 'a', 
61
 
                                          retcode=None), 
62
 
                          "bzr: ERROR: unknown command 'c'\n")
 
60
        self.assertEquals(bzr_catch_error('--no-aliases', 'c', 'a',
 
61
                                          retcode=None),
 
62
                          'bzr: ERROR: unknown command "c"\n')
63
63
 
64
64
        bzr('c', '-r1', '-r2', retcode=3)
65
65
        bzr('c1', '-r1', '-r2', retcode=3)