1 package org.xmldb.xupdate.unittests; 2 3 4 56 57 62 public class BugTests extends LexusTestCase { 63 64 public BugTests(String name) { 65 super(name); 66 } 67 68 77 public void testUpdateEntitiesBug() throws Exception { 78 mainTest("testUpdateEntitiesBug"); 79 } 80 81 91 public void testAppendEmptyAttributeBug() throws Exception { 92 mainTest("testAppendEmptyAttributeBug"); 93 } 94 95 104 public void testAppendEmptyTextBug() throws Exception { 105 mainTest("testAppendEmptyTextBug"); 106 } 107 } 108 | Popular Tags |