Comment 2 for bug 1078732

Revision history for this message
Francis Ginther (fginther) wrote :

Also considering this workaround, replacing:
    self.addDetail('test-log', text_content(self._log_buffer.getvalue()))
with:
    self.addDetail('test-log', unicode(text_content(self._log_buffer.getvalue()), errors='replace'))