Author: veithen
Date: Wed Aug  5 20:03:30 2009
New Revision: 801393

URL: http://svn.apache.org/viewvc?rev=801393&view=rev
Log:
Moved spaces.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/spaces.xml
      - copied unchanged from r800996, 
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/xml/spaces.xml
Removed:
    
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/resources/xml/spaces.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=801393&r1=801392&r2=801393&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
 Wed Aug  5 20:03:30 2009
@@ -40,7 +40,7 @@
 
 
 public class SpacesTest extends AbstractTestCase {
-    private static final String filePath = "xml/spaces.xml";
+    private static final String filePath = "spaces.xml";
     private static final String filePath2 = "spaces2.xml";
 
 


Reply via email to