~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-07-12 07:37:18 UTC
  • mfrom: (2603 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: aaron.bentley@utoronto.ca-20070712073718-255ekb0xllut6jmb
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        self.assertEquals(help, qmark)
119
119
        for line in help.split('\n'):
120
120
            if '--long' in line:
121
 
                self.assertTrue('show help on all commands' in line)
 
121
                self.assertContainsRe(line,
 
122
                    r'Show help on all commands\.')