~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-02-27 17:34:50 UTC
  • mfrom: (1558.1.15 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060227173450-dd501228d2297c7c
Whitespace fix

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', retcode=None), 
61
 
                "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")
62
63
 
63
64
        bzr('c', '-r1', '-r2', retcode=3)
64
65
        bzr('c1', '-r1', '-r2', retcode=3)