bug 107103 enable regression output for table printing tests

r=karnaze sr=attinasi
This commit is contained in:
bernd.mielke%snafu.de 2001-10-29 19:19:06 +00:00
Родитель d9332adf71
Коммит 794abebe7d
2 изменённых файлов: 12 добавлений и 2 удалений

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

@ -15,7 +15,7 @@ s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -B 1 -o s:\mozilla\layout\html\tes
goto done
:baseline
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\table\printing\ -rd s:\mozilla\layout\html\tests\table\printing -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
s:\mozilla\dist\win32_d.obj\bin\viewer -Prt 1 -o s:\mozilla\layout\html\tests\table\printing\ -f s:\mozilla\layout\html\tests\table\printing\file_list.txt
goto done
:error

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

@ -259,6 +259,16 @@ nsWebCrawler::DumpRegressionData()
break;
}
fclose(fp);
if( mPrinterTestType == 1) {
if (mRegressing) {
PerformRegressionTest(regressionFileName);
}
else {
fputs(NS_LossyConvertUCS2toASCII(regressionFileName).get(),
stdout);
printf(" - being written\n");
}
}
}
}
}