diff options
Diffstat (limited to 'toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml')
-rw-r--r-- | toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml b/toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml new file mode 100644 index 000000000..d02fa0249 --- /dev/null +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" ?> +<searchresults total_results="9999"> +<!-- Cause XML parse error so that the search fails --> +<!-- <addon> --> + <name>PASS</name> + <type id="1">Extension</type> + <guid>test1@tests.mozilla.org</guid> + <version>1.1</version> + <authors><author><name>Test Creator 1</name></author></authors> + <status id="4">Public</status> + <compatible_applications> + <application> + <appID>xpcshell@tests.mozilla.org</appID> + <min_version>1</min_version> + <max_version>1</max_version> + </application> + </compatible_applications> + <install>http://localhost:%PORT%/test1.xpi</install> + </addon> +</searchresults> + |