Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py

Issue 2801393002: Remove remaining references to SVN. (Closed)
Patch Set: Remove unnecessary test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py
index 811f0daa7d3af852406c9c30cd090007f24ebb20..166d69696a03f1f711a4f493878307809f0a34d5 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflection_handler_unittest.py
@@ -96,10 +96,3 @@ class ReflectionHandlerTest(unittest.TestCase):
self.assert_handler_response(['/test.js', '/test.exe', '/testhtml'], set(['test.js']), set([404]), set())
self.assert_handler_response(['/test.html', '/function.one'], set(['test.html']), set(), set(['function_one']))
self.assert_handler_response(['/some.html'], set(['some.html']), set(), set())
-
- def test_svn_log_non_ascii(self):
- xml_change_log = (u'<?xml version="1.0"?>\n<log>\n<logentry revision="1">\n'
- u'<msg>Patch from John Do\xe9.</msg>\n</logentry>\n</log>')
- handler = TestReflectionHandlerServeXML()
- handler.serve_xml(xml_change_log)
- self.assertEqual(handler.wfile.data, xml_change_log.encode('utf-8'))
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698