[LON-CAPA-cvs] cvs: doc /loncapafiles html_parser_check.piml
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 14 Jul 2005 03:26:57 -0000
albertel Wed Jul 13 23:26:57 2005 EDT
Modified files:
/doc/loncapafiles html_parser_check.piml
Log:
- this not working is an ERROR
Index: doc/loncapafiles/html_parser_check.piml
diff -u doc/loncapafiles/html_parser_check.piml:1.2 doc/loncapafiles/html_parser_check.piml:1.3
--- doc/loncapafiles/html_parser_check.piml:1.2 Mon Dec 6 15:34:57 2004
+++ doc/loncapafiles/html_parser_check.piml Wed Jul 13 23:26:56 2005
@@ -3,7 +3,7 @@
<!-- ntpcheck.piml -->
<!-- Matthew Hall -->
-<!-- $Id: html_parser_check.piml,v 1.2 2004/12/06 20:34:57 matthew Exp $ -->
+<!-- $Id: html_parser_check.piml,v 1.3 2005/07/14 03:26:56 albertel Exp $ -->
<!--
@@ -70,7 +70,7 @@
print "Unable to run first HTML::Parser test\n";
} elsif ($first_test_result ne $first_expected_result) {
print <<"END";
-**** WARNING: HTML::Parser is not working properly.
+**** ERROR: HTML::Parser is not working properly.
You are using version $version. For test 1 it returned
"$first_test_result"
END
@@ -90,7 +90,7 @@
print "Unable to run second HTML::Parser test\n";
} elsif ($second_test_result ne $second_expected_result) {
print <<"END";
-**** WARNING: HTML::Parser is not working properly.
+**** ERROR: HTML::Parser is not working properly.
You are using version $version. For test 2 it returned
"$second_test_result"
END