vgritsenko 2003/12/24 07:24:15
Modified: java/tests/src/org/apache/xindice/integration/client/resources XMLResourceTest.java Log: reformat Revision Changes Path 1.2 +5 -5 xml-xindice/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java Index: XMLResourceTest.java =================================================================== RCS file: /home/cvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/resources/XMLResourceTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XMLResourceTest.java 24 Dec 2003 02:20:09 -0000 1.1 +++ XMLResourceTest.java 24 Dec 2003 15:24:15 -0000 1.2 @@ -66,12 +66,12 @@ */ public class XMLResourceTest extends AbstractXmlDbClientTest { - public void testDocumentContent() throws Exception { - } + public void testDocumentContent() throws Exception { + } public void testStringContent() throws Exception { } - public void testInvalidContent() throws Exception { - } + public void testInvalidContent() throws Exception { + } }