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

Unified Diff: components/component_updater/test/update_response_unittest.cc

Issue 555523003: Componentize component_updater: Enable tests on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0177-net-move-url-request-prepackaged-interceptor-to-net
Patch Set: remove error trace Created 6 years, 3 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 | « components/component_updater.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/test/update_response_unittest.cc
diff --git a/components/component_updater/test/update_response_unittest.cc b/components/component_updater/test/update_response_unittest.cc
index ef78c4f8d38fa71bc4f2d059ad3dd452d878f677..0a7070b4b6af4a697890147a1d786de5dc82a7c5 100644
--- a/components/component_updater/test/update_response_unittest.cc
+++ b/components/component_updater/test/update_response_unittest.cc
@@ -122,7 +122,7 @@ const char* kInvalidVersion =
// must be able to parse responses that include namespaces.
const char* kUsesNamespacePrefix =
"<?xml version='1.0' encoding='UTF-8'?>"
- "<g:response xmlns='http://www.google.com/update2/response' protocol='3.0'>"
+ "<g:response xmlns:g='http://www.google.com/update2/response' protocol='3.0'>"
blundell 2014/09/10 06:22:57 I assume this change is intentional?
tommycli 2014/09/10 16:12:50 Yes. The previous version was technically incorrec
" <g:app appid='12345'>"
" <g:updatecheck status='ok'>"
" <g:urls>"
« no previous file with comments | « components/component_updater.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698