Bug 1487078 - Move extensions helper xpcshell test to aboutdebugging-new;r=daisuke

Depends on D4646

Differential Revision: https://phabricator.services.mozilla.com/D4647

--HG--
rename : devtools/client/aboutdebugging/test/test_addon_path.js => devtools/client/aboutdebugging-new/test/unit/test_extensions_path.js
rename : devtools/client/aboutdebugging/test/xpcshell-head.js => devtools/client/aboutdebugging-new/test/unit/xpcshell-head.js
rename : devtools/client/aboutdebugging/test/xpcshell.ini => devtools/client/aboutdebugging-new/test/unit/xpcshell.ini
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-08-31 06:55:53 +00:00
parent eee68972ac
commit 8ea3fdebc1
6 changed files with 11 additions and 2 deletions

View File

@ -6,5 +6,9 @@ DIRS += [
'src',
]
XPCSHELL_TESTS_MANIFESTS += [
'test/unit/xpcshell.ini'
]
with Files('**'):
BUG_COMPONENT = ('DevTools', 'about:debugging')

View File

@ -0,0 +1,6 @@
"use strict";
module.exports = {
// Extend from the common devtools xpcshell eslintrc config.
"extends": "../../../../.eslintrc.xpcshell.js"
};

View File

@ -4,4 +4,4 @@ head = xpcshell-head.js
firefox-appdir = browser
skip-if = toolkit == 'android'
[test_addon_path.js]
[test_extensions_path.js]

View File

@ -16,7 +16,6 @@ DevToolsModules(
BROWSER_CHROME_MANIFESTS += [
'test/browser.ini'
]
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']
with Files('**'):
BUG_COMPONENT = ('DevTools', 'about:debugging')