Update a few of the standalone tests. Not part of the build

This commit is contained in:
akkana%netscape.com 1999-10-22 21:35:16 +00:00
Родитель 60bc914eda
Коммит f52fcd23c5
8 изменённых файлов: 32 добавлений и 20 удалений

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

@ -28,27 +28,27 @@
set errmsg = ""
echo "Testing simple html to html ..."
TestOutput -i text/html -o text/html -c OutTestData/simple.html OutTestData/simple.html
TestOutput -i text/html -o text/html -f 0 -c OutTestData/simple.html OutTestData/simple.html
if ($status != 0) then
echo "Simple html to html failed.\n"
set errmsg = ($errmsg "simple.html")
endif
echo "Testing simple copy cases ..."
echo "Testing simple copy case ..."
TestOutput -i text/html -o text/plain -f 0 -w 0 -c OutTestData/simplecopy.out OutTestData/simple.html
if ($status != 0) then
echo "Simple copy test failed.\n"
set errmsg = ($errmsg "simple.out")
set errmsg = ($errmsg "simplecopy.out")
endif
echo "Testing non-wrapped plaintext ..."
TestOutput -i text/html -o text/plain -w 0 -c OutTestData/plainnowrap.out OutTestData/plain.html
TestOutput -i text/html -o text/plain -f 0 -w 0 -c OutTestData/plainnowrap.out OutTestData/plain.html
if ($status != 0) then
echo "Non-wrapped plaintext test failed."
set errmsg = ($errmsg "plainnowrap.out")
endif
echo "Testing wrapped plaintext ..."
echo "Testing wrapped bug unformatted plaintext ..."
TestOutput -i text/html -o text/plain -f 32 -w 50 -c OutTestData/plainwrap.out OutTestData/plain.html
if ($status != 0) then
echo "Wrapped plaintext test failed."

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

@ -33,8 +33,7 @@ Here is some <u>underlined and <b>bold</b>ened</u>ified text.
<p>
Here is a line ending with a space
followed by a line break.
The output should contain only one space (and no line breaks) between "space" and "followed".
Plaintext output should contain only one space (and no line breaks) between "space" and "followed".
</p>
</body>
</html>
</body></html>

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

@ -1,3 +1,3 @@
Simple html page Here is a link to mozilla.org. Here is some underlined and boldenedified text.
Here is a line ending with a space followed by a line break. The output should contain only one space (and no line breaks) between "space" and "followed".
Here is a line ending with a space followed by a line break. Plaintext output should contain only one space (and no line breaks) between "space" and "followed".

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

@ -67,7 +67,14 @@
<content>html</content>
</container><!--b-->
<content> to aid in testing features
under development. It's also a great place to not use latin.
under development.
</content>
<entity value="lt"/><content>a href="http://www.mozilla.org"</content>
<entity value="gt"/></content>
<content>
It's also a great place to not use latin.
</content>
<comment><content> This is a comment;

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

@ -28,27 +28,27 @@
set errmsg = ""
echo "Testing simple html to html ..."
TestOutput -i text/html -o text/html -c OutTestData/simple.html OutTestData/simple.html
TestOutput -i text/html -o text/html -f 0 -c OutTestData/simple.html OutTestData/simple.html
if ($status != 0) then
echo "Simple html to html failed.\n"
set errmsg = ($errmsg "simple.html")
endif
echo "Testing simple copy cases ..."
echo "Testing simple copy case ..."
TestOutput -i text/html -o text/plain -f 0 -w 0 -c OutTestData/simplecopy.out OutTestData/simple.html
if ($status != 0) then
echo "Simple copy test failed.\n"
set errmsg = ($errmsg "simple.out")
set errmsg = ($errmsg "simplecopy.out")
endif
echo "Testing non-wrapped plaintext ..."
TestOutput -i text/html -o text/plain -w 0 -c OutTestData/plainnowrap.out OutTestData/plain.html
TestOutput -i text/html -o text/plain -f 0 -w 0 -c OutTestData/plainnowrap.out OutTestData/plain.html
if ($status != 0) then
echo "Non-wrapped plaintext test failed."
set errmsg = ($errmsg "plainnowrap.out")
endif
echo "Testing wrapped plaintext ..."
echo "Testing wrapped bug unformatted plaintext ..."
TestOutput -i text/html -o text/plain -f 32 -w 50 -c OutTestData/plainwrap.out OutTestData/plain.html
if ($status != 0) then
echo "Wrapped plaintext test failed."

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

@ -33,8 +33,7 @@ Here is some <u>underlined and <b>bold</b>ened</u>ified text.
<p>
Here is a line ending with a space
followed by a line break.
The output should contain only one space (and no line breaks) between "space" and "followed".
Plaintext output should contain only one space (and no line breaks) between "space" and "followed".
</p>
</body>
</html>
</body></html>

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

@ -1,3 +1,3 @@
Simple html page Here is a link to mozilla.org. Here is some underlined and boldenedified text.
Here is a line ending with a space followed by a line break. The output should contain only one space (and no line breaks) between "space" and "followed".
Here is a line ending with a space followed by a line break. Plaintext output should contain only one space (and no line breaks) between "space" and "followed".

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

@ -67,7 +67,14 @@
<content>html</content>
</container><!--b-->
<content> to aid in testing features
under development. It's also a great place to not use latin.
under development.
</content>
<entity value="lt"/><content>a href="http://www.mozilla.org"</content>
<entity value="gt"/></content>
<content>
It's also a great place to not use latin.
</content>
<comment><content> This is a comment;