From e346c4328db40e03e8cf4ae94375fbdaf7169b7f Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Thu, 27 Jul 2000 20:57:49 +0000 Subject: [PATCH] 46577: Fix perl errors, thanks to contribution from rufus@nonstuff.de (Rufus), r=me git-svn-id: svn://10.0.0.236/trunk@74934 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tests/outsinks/TestOutSinks.pl | 3 +-- mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl b/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl index cc827647daa..144f3dcae6f 100755 --- a/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl @@ -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"; diff --git a/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl b/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl index cc827647daa..144f3dcae6f 100755 --- a/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl @@ -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";