From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../tests/install_manifests/test_addon_1.rdf | 21 ++++++++++++++++++++ .../tests/install_manifests/test_addon_2.rdf | 21 ++++++++++++++++++++ .../tests/install_manifests/test_addon_3.rdf | 22 +++++++++++++++++++++ .../tests/install_manifests/test_addon_4.rdf | 22 +++++++++++++++++++++ .../install_manifests/test_addon_invalid_no_id.rdf | 22 +++++++++++++++++++++ .../test_addon_invalid_not_wellformed.rdf | 23 ++++++++++++++++++++++ .../test_addon_invalid_version.rdf | 23 ++++++++++++++++++++++ .../tests/install_manifests/test_addon_unpack.rdf | 22 +++++++++++++++++++++ 8 files changed, 176 insertions(+) create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_1.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_2.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_3.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_4.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_no_id.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_not_wellformed.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_version.rdf create mode 100644 testing/mozbase/mozprofile/tests/install_manifests/test_addon_unpack.rdf (limited to 'testing/mozbase/mozprofile/tests/install_manifests') diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_1.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_1.rdf new file mode 100644 index 000000000..839ea9fbd --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_1.rdf @@ -0,0 +1,21 @@ + + + + test-addon-1@mozilla.org + 0.1 + Test Add-on 1 + Mozilla + http://mozilla.org + 2 + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_2.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_2.rdf new file mode 100644 index 000000000..8303e862f --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_2.rdf @@ -0,0 +1,21 @@ + + + + test-addon-2@mozilla.org + 0.2 + Test Add-on 2 + Mozilla + http://mozilla.org + 2 + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_3.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_3.rdf new file mode 100644 index 000000000..5bd6d3804 --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_3.rdf @@ -0,0 +1,22 @@ + + + + test-addon-3@mozilla.org + 0.1 + Test Add-on 3 + Mozilla + http://mozilla.org + 2 + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_4.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_4.rdf new file mode 100644 index 000000000..e0f99d313 --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_4.rdf @@ -0,0 +1,22 @@ + + + + test-addon-4@mozilla.org + 0.1 + Test Add-on 4 + Mozilla + http://mozilla.org + 2 + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_no_id.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_no_id.rdf new file mode 100644 index 000000000..23f60fece --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_no_id.rdf @@ -0,0 +1,22 @@ + + + + + 0.1 + Test Invalid Extension (no id) + Mozilla + http://mozilla.org + 2 + + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_not_wellformed.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_not_wellformed.rdf new file mode 100644 index 000000000..690ec406c --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_not_wellformed.rdf @@ -0,0 +1,23 @@ + + + + + test-addon-invalid-not-wellformed@mozilla.org0.1 + Test Invalid Extension (no id) + Mozilla + http://mozilla.org + 2 + + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_version.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_version.rdf new file mode 100644 index 000000000..c854bfcdb --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_invalid_version.rdf @@ -0,0 +1,23 @@ + + + + test-addon-invalid-version@mozilla.org + + 0.NOPE + Test Invalid Extension (invalid version) + Mozilla + http://mozilla.org + 2 + + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + diff --git a/testing/mozbase/mozprofile/tests/install_manifests/test_addon_unpack.rdf b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_unpack.rdf new file mode 100644 index 000000000..cc85ea560 --- /dev/null +++ b/testing/mozbase/mozprofile/tests/install_manifests/test_addon_unpack.rdf @@ -0,0 +1,22 @@ + + + + test-addon-unpack@mozilla.org + 0.1 + Test Add-on (unpack) + Mozilla + http://mozilla.org + 2 + true + + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 3.5.* + * + + + + -- cgit v1.2.3