~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-27 01:14:33 UTC
  • mfrom: (1686.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060427011433-95634ee1da8a2049
Merge in faster joins from weave to knit.

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)