~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_trace.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-29 16:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6331.
  • Revision ID: v.ladeuil+lp@free.fr-20111129162756-2mc5uztxmd37w5b8
Give meaningful deprecation warnings for deprecated test features

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
        # have to do a replaceent here as well.
255
255
        self.assertContainsRe(log, "ascii argument: \xb5".decode('utf8',
256
256
            'replace'))
257
 
        
 
257
 
258
258
    def test_show_error(self):
259
259
        show_error('error1')
260
260
        show_error(u'error2 \xb5 blah')