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;


Reply via email to