File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/test/java/org/apache/commons/jxpath/ri/model Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 * DOM, JDOM etc.
3131 */
3232
33- public abstract class XMLModelTestCase extends AbstractJXPathTest {
33+ public abstract class AbstractXMLModelTest extends AbstractJXPathTest {
3434 protected JXPathContext context ;
3535
3636 @ Override
Original file line number Diff line number Diff line change 1818
1919import org .apache .commons .jxpath .AbstractFactory ;
2020import org .apache .commons .jxpath .JXPathContext ;
21- import org .apache .commons .jxpath .ri .model .XMLModelTestCase ;
21+ import org .apache .commons .jxpath .ri .model .AbstractXMLModelTest ;
2222import org .apache .commons .jxpath .xml .DocumentContainer ;
2323import org .w3c .dom .Attr ;
2424import org .w3c .dom .Document ;
3030 * Tests JXPath with DOM
3131 */
3232
33- public class DOMModelTest extends XMLModelTestCase {
33+ public class DOMModelTest extends AbstractXMLModelTest {
3434
3535 @ Override
3636 protected String getModel () {
Original file line number Diff line number Diff line change 2020
2121import org .apache .commons .jxpath .AbstractFactory ;
2222import org .apache .commons .jxpath .JXPathContext ;
23- import org .apache .commons .jxpath .ri .model .XMLModelTestCase ;
23+ import org .apache .commons .jxpath .ri .model .AbstractXMLModelTest ;
2424import org .apache .commons .jxpath .xml .DocumentContainer ;
2525import org .jdom .Attribute ;
2626import org .jdom .CDATA ;
3131/**
3232 * Tests JXPath with JDOM
3333 */
34- public class JDOMModelTest extends XMLModelTestCase {
34+ public class JDOMModelTest extends AbstractXMLModelTest {
3535
3636 @ Override
3737 protected String getModel () {
You can’t perform that action at this time.
0 commit comments