Modified test for bug 396024 again, now Mac is ignored, since this test could never work there

This commit is contained in:
martijn.martijn%gmail.com 2007-12-12 23:13:31 +00:00
Родитель 437f48af08
Коммит 825d232a07
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -83,6 +83,7 @@ ifdef MOZ_MOCHITEST
_TEST_FILES = \
test_bug66619.html \
test_bug388019.html \
test_bug396024.html \
test_bug399284.html \
test_bug399951.html \
test_bug404209.xhtml \

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

@ -63,6 +63,7 @@ function run()
} catch(e) {
//don't try to test on Mac, since the print preview code doesn't work there
SimpleTest.finish();
return;
}
if (printService.defaultPrinterName != '') {