~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_trace.py

(vila) Better deprecation warnings for _CompatabilityThunkFeature based test
 features (Vincent Ladeuil)

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