~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-06-06 17:04:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1745.
  • Revision ID: aaron.bentley@utoronto.ca-20060606170450-8a09b15bf3f195b0
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
823
823
        max_width = terminal_width() - 1
824
824
        for line in log_out.splitlines():
825
825
            self.assert_(len(line) <= max_width, len(line))
826
 
        self.assert_("this is my new commit and" in log_out)
 
826
        self.assert_("this is my new commit and" not in log_out)
 
827
        self.assert_("this is my new commit" in log_out)
827
828
 
828
829
        progress("file with spaces in name")
829
830
        mkdir('sub directory')