1 54 package org.w3c.tidy; 55 56 64 public class TidyEncodingBugsTest extends TidyTestCase 65 { 66 67 71 public TidyEncodingBugsTest(String name) 72 { 73 super(name); 74 } 75 76 80 public void test647255() throws Exception 81 { 82 executeTidyTest("647255.html"); 83 } 84 85 89 public void test649812() throws Exception 90 { 91 executeTidyTest("649812.html"); 93 } 94 95 99 public void test658230() throws Exception 100 { 101 executeTidyTest("658230.html"); 102 } 103 104 108 public void test660397() throws Exception 109 { 110 executeTidyTest("660397.html"); 111 } 112 113 117 public void test676156() throws Exception 118 { 119 executeTidyTest("676156.html"); 120 assertWarnings(4); 121 } 122 123 127 public void test688746() throws Exception 128 { 129 executeTidyTest("688746.html"); 130 } 131 132 } | Popular Tags |