~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Wouter van Heyst
  • Date: 2006-06-07 11:13:02 UTC
  • mfrom: (1747 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060607111302-bce5a90c86f0d764
[merge] bzr.dev 1747

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')