OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_tor
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py
332
utf8_tor
= unicode_tor.encode("utf-8")
334
self.assertEqual(bugzilla._file_object_for_upload(
utf8_tor
).read(),
utf8_tor
)
335
self.assertEqual(bugzilla._file_object_for_upload(unicode_tor).read(),
utf8_tor
)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py
113
utf8_tor
= unicode_tor.encode("utf-8")
114
self._assert_log_message(ScriptError(unicode_tor),
utf8_tor
)
116
expected_output = "%s\nLast %s characters of output:\n%s" % (
utf8_tor
, 10,
utf8_tor
[-10:])
Completed in 519 milliseconds