You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/08/03 23:56:07 UTC

svn commit: r800588 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/test/resources/xml/dtd.xml axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java axiom-tests/src/test/resources/dtd.xml

Author: veithen
Date: Mon Aug  3 21:56:07 2009
New Revision: 800588

URL: http://svn.apache.org/viewvc?rev=800588&view=rev
Log:
Moved dtd.xml to the correct location (it is not part of the Jaxen test suite); see r434340.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/resources/dtd.xml
      - copied unchanged from r799954, webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/xml/dtd.xml
Removed:
    webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/xml/dtd.xml
Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java?rev=800588&r1=800587&r2=800588&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/OMDTDTest.java Mon Aug  3 21:56:07 2009
@@ -35,7 +35,7 @@
 
     protected void setUp() throws Exception {
         try {
-            StAXOMBuilder stAXOMBuilder = new StAXOMBuilder(getTestResource("xml/dtd.xml"));
+            StAXOMBuilder stAXOMBuilder = new StAXOMBuilder(getTestResource("dtd.xml"));
             document = this.document = stAXOMBuilder.getDocument();
         } catch (Exception e) {
             e.printStackTrace();