From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/components/xulstore/moz.build | 7 +- .../components/xulstore/tests/chrome/.eslintrc.js | 7 - .../components/xulstore/tests/chrome/animals.rdf | 142 --------------- .../components/xulstore/tests/chrome/chrome.ini | 6 - .../xulstore/tests/chrome/test_persistence.xul | 31 ---- .../xulstore/tests/chrome/window_persistence.xul | 98 ---------- .../xulstore/tests/xpcshell/.eslintrc.js | 7 - .../xulstore/tests/xpcshell/localstore.rdf | 31 ---- .../xulstore/tests/xpcshell/test_XULStore.js | 199 --------------------- .../xulstore/tests/xpcshell/xpcshell.ini | 6 - 10 files changed, 1 insertion(+), 533 deletions(-) delete mode 100644 toolkit/components/xulstore/tests/chrome/.eslintrc.js delete mode 100644 toolkit/components/xulstore/tests/chrome/animals.rdf delete mode 100644 toolkit/components/xulstore/tests/chrome/chrome.ini delete mode 100644 toolkit/components/xulstore/tests/chrome/test_persistence.xul delete mode 100644 toolkit/components/xulstore/tests/chrome/window_persistence.xul delete mode 100644 toolkit/components/xulstore/tests/xpcshell/.eslintrc.js delete mode 100644 toolkit/components/xulstore/tests/xpcshell/localstore.rdf delete mode 100644 toolkit/components/xulstore/tests/xpcshell/test_XULStore.js delete mode 100644 toolkit/components/xulstore/tests/xpcshell/xpcshell.ini (limited to 'toolkit/components/xulstore') diff --git a/toolkit/components/xulstore/moz.build b/toolkit/components/xulstore/moz.build index 30559fccb..4ee7a5d27 100644 --- a/toolkit/components/xulstore/moz.build +++ b/toolkit/components/xulstore/moz.build @@ -4,12 +4,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini'] -XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini'] - -XPIDL_SOURCES += [ - 'nsIXULStore.idl', -] +XPIDL_SOURCES += ['nsIXULStore.idl'] XPIDL_MODULE = 'toolkit_xulstore' diff --git a/toolkit/components/xulstore/tests/chrome/.eslintrc.js b/toolkit/components/xulstore/tests/chrome/.eslintrc.js deleted file mode 100644 index 8c0f4f574..000000000 --- a/toolkit/components/xulstore/tests/chrome/.eslintrc.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; - -module.exports = { - "extends": [ - "../../../../../testing/mochitest/chrome.eslintrc.js" - ] -}; diff --git a/toolkit/components/xulstore/tests/chrome/animals.rdf b/toolkit/components/xulstore/tests/chrome/animals.rdf deleted file mode 100644 index c7319e641..000000000 --- a/toolkit/components/xulstore/tests/chrome/animals.rdf +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - Arachnids - - - - Tarantula - - - - Birds - - - - Emu - - - - Barn Owl - - - - Raven - - - - Crustaceans - - - - Fish - - - - Cod - - - - Swordfish - - - - Mammals - - - - Lion - - - - HIPPOPOTAMUS - - - - African Elephant - - - - LLAMA - - - - Polar Bear - - - - aardvark - - - - Nine-banded Armadillo - - - - Gorilla - - - - Reptiles - - - - Anaconda - - - - Chameleon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/toolkit/components/xulstore/tests/chrome/chrome.ini b/toolkit/components/xulstore/tests/chrome/chrome.ini deleted file mode 100644 index 91efd5455..000000000 --- a/toolkit/components/xulstore/tests/chrome/chrome.ini +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] -support-files = - window_persistence.xul - animals.rdf - -[test_persistence.xul] diff --git a/toolkit/components/xulstore/tests/chrome/test_persistence.xul b/toolkit/components/xulstore/tests/chrome/test_persistence.xul deleted file mode 100644 index 736a067ed..000000000 --- a/toolkit/components/xulstore/tests/chrome/test_persistence.xul +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - -

- - - diff --git a/toolkit/components/xulstore/tests/chrome/window_persistence.xul b/toolkit/components/xulstore/tests/chrome/window_persistence.xul deleted file mode 100644 index 4d76fe11d..000000000 --- a/toolkit/components/xulstore/tests/chrome/window_persistence.xul +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - -