|
From: <pm_...@us...> - 2012-02-07 08:46:15
|
Revision: 4516
http://mxquery.svn.sourceforge.net/mxquery/?rev=4516&view=rev
Author: pm_fischer
Date: 2012-02-07 08:46:05 +0000 (Tue, 07 Feb 2012)
Log Message:
-----------
yet more merging
Modified Paths:
--------------
trunk/MXQuery_Testing/src/ch/ethz/mxquery/test/ProjectionTests.java
Modified: trunk/MXQuery_Testing/src/ch/ethz/mxquery/test/ProjectionTests.java
===================================================================
--- trunk/MXQuery_Testing/src/ch/ethz/mxquery/test/ProjectionTests.java 2012-02-07 08:44:57 UTC (rev 4515)
+++ trunk/MXQuery_Testing/src/ch/ethz/mxquery/test/ProjectionTests.java 2012-02-07 08:46:05 UTC (rev 4516)
@@ -40,6 +40,53 @@
//assertEquals(resultBuffer.toString().trim(), "false");
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
public void test_Path3() throws Exception{
String query = UriToString(TEST_PROJECTION_QUERY_PREFIX+"Path3.xq");
PreparedStatement pi = prepareQuery(query, false,false, false, false, false);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|