| |
|
| org.w3c.tidy.TidyTestCase org.w3c.tidy.TidyWordBugsTest
TidyWordBugsTest | public class TidyWordBugsTest extends TidyTestCase (Code) | | Testcase for Tidy resolved bugs (Word documents cleaning bugs).
see http://sourceforge.net/support/tracker.php?aid=(item number)
author: fgiust version: $Revision: 1.5 $ ($Author: fgiust $) |
Method Summary | |
public void | test431721() test for Tidy [431721] : Cleaning list bullets for Word 2000. | public void | test444394() test for Tidy [444394] : Tidy strips images from Word2000 docs. | public void | test463066() test for Tidy [463066] : CleanWord2000 misses mso-list bullets. | public void | test634889() test for Tidy [634889] : Problem with <o:p> ms word tag. |
TidyWordBugsTest | public TidyWordBugsTest(String name)(Code) | | Instantiate a new Test case.
Parameters: name - test name |
test431721 | public void test431721() throws Exception(Code) | | test for Tidy [431721] : Cleaning list bullets for Word 2000.
throws: Exception - any exception generated during the test |
test444394 | public void test444394() throws Exception(Code) | | test for Tidy [444394] : Tidy strips images from Word2000 docs.
throws: Exception - any exception generated during the test |
test463066 | public void test463066() throws Exception(Code) | | test for Tidy [463066] : CleanWord2000 misses mso-list bullets.
throws: Exception - any exception generated during the test |
test634889 | public void test634889() throws Exception(Code) | | test for Tidy [634889] : Problem with <o:p> ms word tag.
throws: Exception - any exception generated during the test |
|
|
|