Bug 864761 - Remove old debug build check from two tests. r=mbrubeck

This commit is contained in:
Jim Mathies 2013-04-23 16:44:06 -05:00
Родитель 1d4d5bda1e
Коммит c4cc6801fc
2 изменённых файлов: 0 добавлений и 10 удалений

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

@ -213,11 +213,6 @@ gTests.push({
});
function test() {
if (isDebugBuild()) {
todo(false, "selection tests can't run in debug builds.");
return;
}
if (!isLandscapeMode()) {
todo(false, "browser_selection_tests need landscape mode to run.");
return;

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

@ -144,11 +144,6 @@ gTests.push({
});
function test() {
if (isDebugBuild()) {
todo(false, "selection tests can't run in debug builds.");
return;
}
if (!isLandscapeMode()) {
todo(false, "browser_selection_tests need landscape mode to run.");
return;