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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc

Issue 1878273002: Remove URLencode/URLdecode for the inner origin of blob: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unescape constants in tests & code Created 4 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
Index: native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc b/native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc
index 6d752988c154510e8fa2426e7e89a56228178d07..1ab0793419fa03cd871c2fe9585b95fadec7a255 100644
--- a/native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc
@@ -374,7 +374,7 @@ TEST(HttpFsDirTest, ParseManifest) {
}
TEST(HttpFsBlobUrlTest, Basic) {
- const char* kUrl = "blob:http%3A//example.com/6b87a5a6-713e";
+ const char* kUrl = "blob:http://example.com/6b87a5a6-713e";
const char* kContent = "hello";
FakePepperInterfaceURLLoader ppapi;
ASSERT_TRUE(ppapi.server_template()->SetBlobEntity(kUrl, kContent, NULL));

Powered by Google App Engine
This is Rietveld 408576698