~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2007-04-30 22:04:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2474.
  • Revision ID: john@arbash-meinel.com-20070430220441-wt7s23q3s2y2sg57
Fix the one test that depended on 'aliases:\n'

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
        runbzr("help slartibartfast", 3)
435
435
 
436
436
        out = capture("help ci")
437
 
        out.index('aliases:\n')
 
437
        out.index('aliases: ci, checkin\n')
438
438
 
439
439
        f = file('hello.txt', 'wt')
440
440
        f.write('some nice new content\n')