зеркало из https://github.com/mozilla/pjs.git
46577: Fix perl errors, thanks to contribution from rufus@nonstuff.de (Rufus), r=me
This commit is contained in:
Родитель
f6c0f6c7a5
Коммит
d0523a8f1a
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче