01: package org.objectweb.celtix.tools.common.dom; 02: 03: import junit.framework.*; 04: 05: public class DocumentTest extends TestCase { 06: 07: public void testDocument() { 08: // fail("There are no tests in xutil.dom, put some in!!"); 09: } 10: }