diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 01:06:56 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 01:06:56 +0000 |
commit | 3f2085b50922a7c325b4c2fd6fb6fdfdabbd9f08 (patch) | |
tree | 1f766d28232c459540778d999525445e6bfeca8e /chrome/test | |
parent | 65ce83601b722d2e1ad190a23240b2fcee8b0a7a (diff) | |
download | chromium_src-3f2085b50922a7c325b4c2fd6fb6fdfdabbd9f08.zip chromium_src-3f2085b50922a7c325b4c2fd6fb6fdfdabbd9f08.tar.gz chromium_src-3f2085b50922a7c325b4c2fd6fb6fdfdabbd9f08.tar.bz2 |
Component updater: Adding test for prodversionmin
BUG=61602
TEST=none
Review URL: http://codereview.chromium.org/7849002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/components/updatecheck_reply_2.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/data/components/updatecheck_reply_2.xml b/chrome/test/data/components/updatecheck_reply_2.xml new file mode 100644 index 0000000..82689ae --- /dev/null +++ b/chrome/test/data/components/updatecheck_reply_2.xml @@ -0,0 +1,6 @@ +<?xml version='1.0' encoding='UTF-8'?> +<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> + <app appid='jebgalgnebhfojomionfpkfelancnnkf'> + <updatecheck codebase='http://localhost/download/jebgalgnebhfojomionfpkfelancnnkf.crx' version='2.0' prodversionmin='55.0.1.0' /> + </app> +</gupdate> |