46577: Fix perl errors, thanks to contribution from rufus@nonstuff.de (Rufus), r=me

This commit is contained in:
akkana%netscape.com 2000-07-27 20:57:49 +00:00
Родитель f6c0f6c7a5
Коммит d0523a8f1a
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -43,7 +43,6 @@ if ($status != 0) {
print "Testing simple html to plaintext formatting ...\n";
$status = system("TestOutput -i text/html -o text/plain -f 34 -w 70 -c OutTestData/simplefmt.out OutTestData/simple.html");
print "xxxxxxxx Status = " + $status + "\n";
if ($status != 0) {
print("Simple formatting test failed.\n");
$errmsg = "$errmsg simplefmt.out ";
@ -57,7 +56,7 @@ if ($status != 0) {
}
# print "Testing wrapped and formatted plaintext ...\n";
$status = system("# TestOutput -i text/html -o text/plain -f 32 -c OutTestData/plainwrap.out OutTestData/plain.html");
# $status = system("TestOutput -i text/html -o text/plain -f 32 -c OutTestData/plainwrap.out OutTestData/plain.html");
# if ($status != 0) {
# print "Wrapped plaintext test failed.\n";
# $errmsg = "$errmsg plainwrap.out";

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

@ -43,7 +43,6 @@ if ($status != 0) {
print "Testing simple html to plaintext formatting ...\n";
$status = system("TestOutput -i text/html -o text/plain -f 34 -w 70 -c OutTestData/simplefmt.out OutTestData/simple.html");
print "xxxxxxxx Status = " + $status + "\n";
if ($status != 0) {
print("Simple formatting test failed.\n");
$errmsg = "$errmsg simplefmt.out ";
@ -57,7 +56,7 @@ if ($status != 0) {
}
# print "Testing wrapped and formatted plaintext ...\n";
$status = system("# TestOutput -i text/html -o text/plain -f 32 -c OutTestData/plainwrap.out OutTestData/plain.html");
# $status = system("TestOutput -i text/html -o text/plain -f 32 -c OutTestData/plainwrap.out OutTestData/plain.html");
# if ($status != 0) {
# print "Wrapped plaintext test failed.\n";
# $errmsg = "$errmsg plainwrap.out";