1 package org.objectweb.celtix.tools.common.dom;2 3 import junit.framework.*;4 5 public class DocumentTest extends TestCase {6 7 public void testDocument() {8 // fail("There are no tests in xutil.dom, put some in!!");9 }10 }11