~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jonathan Lange
  • Date: 2007-04-13 05:10:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2446.
  • Revision ID: jml@canonical.com-20070413051007-cq318kt5uj59k1ty
Some stylistic cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
        self.build_tree(['tree/hello.txt'])
453
453
        tree.add('hello.txt')
454
454
        self.run_bzr_error(
455
 
            ["Invalid bug %s. Must be in the form of 'tag:id'. Commit refused."
456
 
             % 'orange'],
 
455
            [r"Invalid bug orange. Must be in the form of 'tag:id'\. "
 
456
             r"Commit refused\."],
457
457
            'commit', '-m', 'add b', '--fixes=orange',
458
458
            working_dir='tree')