If the serializer test fails, print the url of some helpful doc. r=mcafee sr=alecf a=sspitzer

git-svn-id: svn://10.0.0.236/trunk@142547 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2003-05-16 18:19:44 +00:00
parent baedc29487
commit 8fdf606c82
2 changed files with 10 additions and 4 deletions

View File

@@ -23,6 +23,8 @@
#
# This is a collection of test files to guard against regressions
# in the Mozilla output system.
# Documentation on the tests is available at:
# http://www.mozilla.org/editor/serializer-tests.html
#
# Make sure . is in the path, so we can load the other shared libraries
@@ -87,8 +89,9 @@ if ($status != 0) {
}
if ($errmsg ne "") {
print "\nERROR: DOM CONVERSION TEST FAILED: $errmsg\n";
print "\nERROR: DOM SERIALIZER TEST FAILED: $errmsg\n";
print "See http://www.mozilla.org/editor/serializer-tests.html for help.\n"
exit 1
} else {
print "DOM CONVERSION TESTS SUCCEEDED\n";
print "DOM SERIALIZER TESTS SUCCEEDED\n";
}