Bug 1523074 - (Partly) backed out changeset 63b3267ac3ba to re-enable tests (see bug 1524450 for remaining disabled test). a=backout

This commit is contained in:
Jorg K 2019-02-01 09:27:15 +01:00
Родитель aeb94dd12d
Коммит 2e8ee6ca10
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -36,7 +36,6 @@ function setupModule(module) {
collector.getModule("content-tab-helpers").installInto(module);
}
testDefaultAlarms.__force_skip__ = true;
function testDefaultAlarms() {
let localeUnitString = cal.l10n.getCalString("unitDays");
let unitString = PluralForm.get(DEFVALUE, localeUnitString).replace("#1", DEFVALUE);

Просмотреть файл

@ -139,7 +139,6 @@ function _verify_fonts_displayed(aDefaults, aSerif, aSansSerif, aMonospace) {
* font.name.<type>.<language> is displayed in the font chooser (if it is
* present on the computer).
*/
test_font_name_displayed.__force_skip__ = true;
function test_font_name_displayed() {
Services.prefs.setCharPref("font.language.group", kLanguage);
@ -172,7 +171,6 @@ const kFakeFonts = {
* present on the computer, we fall back to displaying what's in
* font.name-list.<type>.<language>.
*/
test_font_name_not_present.__force_skip__ = true;
function test_font_name_not_present() {
Services.prefs.setCharPref("font.language.group", kLanguage);