~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_trace.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-28 13:02:28 UTC
  • mfrom: (2759.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070828130228-rv0k8180v9n4vj90
(Daniel Watkins) Clean-up error messages quoting parameters when necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
            pass
84
84
        msg = _format_exception()
85
85
        self.assertTrue(len(msg) > 0)
86
 
        self.assertEqualDiff(msg, 'bzr: ERROR: Not a branch: wibble\n')
 
86
        self.assertEqualDiff(msg, 'bzr: ERROR: Not a branch: \"wibble\".\n')
87
87
 
88
88
    def test_trace_unicode(self):
89
89
        """Write Unicode to trace log"""