HomeSort by relevance Sort by last modified time
    Searched refs:unicode_tor (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 112 unicode_tor = u"WebKit \u2661 Tor Arne Vestb\u00F8!"
113 utf8_tor = unicode_tor.encode("utf-8")
114 self._assert_log_message(ScriptError(unicode_tor), utf8_tor)
115 script_error = ScriptError(unicode_tor, output=unicode_tor)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 331 unicode_tor = u"WebKit \u2661 Tor Arne Vestb\u00F8!"
332 utf8_tor = unicode_tor.encode("utf-8")
335 self.assertEqual(bugzilla._file_object_for_upload(unicode_tor).read(), utf8_tor)

Completed in 39 milliseconds