1 54 package org.w3c.tidy; 55 56 61 public class JTidyWarningBugsTest extends TidyTestCase 62 { 63 64 68 public JTidyWarningBugsTest(String name) 69 { 70 super(name); 71 } 72 73 77 public void test828316() throws Exception  78 { 79 executeTidyTest("828316.html"); 80 assertNoWarnings(); 81 assertNoErrors(); 82 } 83 84 88 public void test444834() throws Exception  89 { 90 executeTidyTest("444834.html"); 92 assertEquals("errorLog should be empty, size doesn't match", 0, this.errorLog.toString().length()); 93 } 94 95 } | Popular Tags |