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

Unified Diff: net/base/net_util_unittest.cc

Issue 18789: Bring in googleurl changes which fix URL parsing layout test. (Closed)
Patch Set: Created 11 years, 11 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 | « DEPS ('k') | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_unittest.cc
diff --git a/net/base/net_util_unittest.cc b/net/base/net_util_unittest.cc
index d1def1c321b9a985fa10ef1582e4ab36010a47d5..68ec2b375a7ef35f43e56cc3e34a1b806b85f325 100644
--- a/net/base/net_util_unittest.cc
+++ b/net/base/net_util_unittest.cc
@@ -107,7 +107,7 @@ TEST(NetUtilTest, FileURLConversion) {
{L"/foo/bar.txt", L"file:/foo/bar.txt"},
{L"/c:/foo/bar.txt", L"file:\\\\\\c:/foo/bar.txt"},
{L"/foo/bar.txt", L"file:foo/bar.txt"},
- {L"/foo/bar.txt", L"file://foo/bar.txt"},
+ {L"/bar.txt", L"file://foo/bar.txt"},
{L"/foo/bar.txt", L"file:///foo/bar.txt"},
{L"/foo/bar.txt", L"file:////foo/bar.txt"},
{L"/foo/bar.txt", L"file:////foo//bar.txt"},
« no previous file with comments | « DEPS ('k') | webkit/tools/layout_tests/test_lists/tests_fixable.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698