You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2005/03/10 21:14:26 UTC

svn commit: r156986 - xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java

Author: cezar
Date: Thu Mar 10 12:14:21 2005
New Revision: 156986

URL: http://svn.apache.org/viewcvs?view=rev&rev=156986
Log:
Contributed by: Yana Kadiyska. Enable XPath test

Added:
    xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java
      - copied, changed from r156447, xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java
Removed:
    xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java

Copied: xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java (from r156447, xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java)
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java?view=diff&rev=156986&p1=xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java&r1=156447&p2=xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java&r2=156986
==============================================================================
--- xmlbeans/trunk/test/src/xmlcursor/xpath/common/XPathTest.java (original)
+++ xmlbeans/trunk/test/src/xmlcursor/xpath/complex/detailed/XPathTest.java Thu Mar 10 12:14:21 2005
@@ -13,10 +13,11 @@
  *  limitations under the License.
  */
 
-package xmlcursor.xpath.common;
+package xmlcursor.xpath.complex.detailed;
 
 import xmlcursor.common.BasicCursorTestCase;
 import xmlcursor.common.Common;
+import xmlcursor.xpath.common.XPathCommon;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 import junit.framework.Assert;
@@ -1302,7 +1303,7 @@
     }
 
 
-    public static void main(String[] rgs)
+   /* public static void main(String[] rgs)
     {
         try
         {
@@ -1313,6 +1314,7 @@
             e.printStackTrace();
         }
     }
+    */
 //    public void testZvonExample() throws Exception {
 //        XmlObject xDoc = XmlObject.Factory.parse(JarUtil.getResourceFromJar(Common.XMLCASES_JAR,
 //                                                                            "xbean/xmlcursor/xpath/zvon.xml"));



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org