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/04 00:43:20 UTC

svn commit: r800604 - in /webservices/commons/trunk/modules/axiom/modules: axiom-api/src/test/resources/xml/spaces2.xml axiom-tests/src/test/java/org/apache/axiom/om/SpacesTest.java axiom-tests/src/test/resources/spaces2.xml

Author: veithen
Date: Mon Aug  3 22:43:20 2009
New Revision: 800604

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

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

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/SpacesTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/SpacesTest.java?rev=800604&r1=800603&r2=800604&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/SpacesTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/SpacesTest.java Mon Aug  3 22:43:20 2009
@@ -41,7 +41,7 @@
 
 public class SpacesTest extends AbstractTestCase {
     private static final String filePath = "xml/spaces.xml";
-    private static final String filePath2 = "xml/spaces2.xml";
+    private static final String filePath2 = "spaces2.xml";
 
 
     private OMElement rootElement;