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/test/data/update_client/updatecheck_reply_2.xml

Issue 2856573003: Fix the broken XML parser due to version mismatch. (Closed)
Patch Set: 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
Index: components/test/data/update_client/updatecheck_reply_2.xml
diff --git a/components/test/data/update_client/updatecheck_reply_2.xml b/components/test/data/update_client/updatecheck_reply_2.xml
index ad539f078e90122bc5e1d2d8f0d68325b4bffdde..04b3968361711cbff37bd5e4df20ff2fff4c6456 100644
--- a/components/test/data/update_client/updatecheck_reply_2.xml
+++ b/components/test/data/update_client/updatecheck_reply_2.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<response protocol='3.0'>
+<response protocol='3.1'>
<app appid='jebgalgnebhfojomionfpkfelancnnkf'>
<updatecheck status='ok'>
<urls>
@@ -12,4 +12,4 @@
</manifest>
</updatecheck>
</app>
-</response>
+</response>
« no previous file with comments | « components/test/data/update_client/updatecheck_reply_1.xml ('k') | components/test/data/update_client/updatecheck_reply_3.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698