1 54 package org.w3c.tidy; 55 56 import java.io.BufferedInputStream ; 57 import java.net.URL ; 58 59 import org.w3c.dom.Document ; 60 61 62 67 public class JTidyBugsTest extends TidyTestCase 68 { 69 70 74 public JTidyBugsTest(String name) 75 { 76 super(name); 77 } 78 79 83 public void test475643() throws Exception 84 { 85 executeTidyTest("475643.html"); 86 87 assertNoWarnings(); 89 } 90 91 95 public void test547976() throws Exception 96 { 97 executeTidyTest("547976.html"); 98 } 99 100 105 public void test508245() throws Exception 106 { 107 executeTidyTest("508245.html"); 108 assertNoErrors(); 109 } 110 111 115 public void test527118() throws Exception 116 { 117 executeTidyTest("527118.html"); 118 } 119 120 124 public void test531962() throws Exception 125 { 126 executeTidyTest("531962.html"); 131 } 132 133 137 public void test538727() throws Exception 138 { 139 executeTidyTest("538727.html"); 142 } 143 144 148 public void test574158() throws Exception 149 { 150 executeTidyTest("574158.html"); 151 } 152 153 157 public void test610244() throws Exception 158 { 159 executeTidyTest("610244.html"); 160 } 161 162 166 public void test648768() throws Exception 167 { 168 executeTidyTest("648768.html"); 169 assertNoWarnings(); 170 } 171 172 176 public void test791933() throws Exception 177 { 178 executeTidyTest("791933.html"); 179 } 180 181 185 public void test663197() throws Exception 186 { 187 executeTidyTest("663197.html"); 188 } 189 190 194 public void test763191() throws Exception 195 { 196 executeTidyTest("763191.html"); 197 } 198 199 203 public void test763186() throws Exception 204 { 205 executeTidyTest("763186.html"); 206 } 207 208 212 public void test909187() throws Exception 213 { 214 executeTidyTest("909187.html"); 215 } 216 217 221 public void test917012() throws Exception 222 { 223 executeTidyTest("917012.html"); 224 } 225 226 230 public void test922302() throws Exception 231 { 232 executeTidyTest("922302.html"); 233 } 234 235 239 public void test929936() throws Exception 240 { 241 executeTidyTest("929936.html"); 242 assertWarnings(10); 244 } 245 246 250 public void test943559() throws Exception 251 { 252 executeTidyTest("943559.html"); 253 } 254 255 259 public void test935796() throws Exception 260 { 261 executeTidyTest("935796.html"); 262 } 263 264 268 public void test1024661() throws Exception 269 { 270 executeTidyTest("1024661.html"); 271 } 272 273 277 public void test1039641() throws Exception 278 { 279 executeTidyTest("1039641.html"); 280 } 281 282 286 public void test1058909() throws Exception 287 { 288 executeTidyTest("1058909.html"); 289 } 290 291 } | Popular Tags |