You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2013/11/14 08:36:36 UTC

svn commit: r1541838 - in /incubator/vxquery/branches/vxquery_0_2_staging: ./ vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/ vxquery-core/src/test/resources/documents/

Author: tillw
Date: Thu Nov 14 07:36:36 2013
New Revision: 1541838

URL: http://svn.apache.org/r1541838
Log:
revert rev 1540122

Added:
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/resources/documents/dblp.xml.gz
      - copied unchanged from r1528942, incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/resources/documents/dblp.xml.gz
Removed:
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/resources/documents/pom.xml.gz
Modified:
    incubator/vxquery/branches/vxquery_0_2_staging/LICENSE
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java

Modified: incubator/vxquery/branches/vxquery_0_2_staging/LICENSE
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/LICENSE?rev=1541838&r1=1541837&r2=1541838&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/LICENSE (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/LICENSE Thu Nov 14 07:36:36 2013
@@ -200,3 +200,15 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+
+   ===================================================================
+
+   The DBLP (http://dblp.uni-trier.de/db/) database in
+
+       vxquery-core/src/test/resources/documents/dblp.xml.gz
+
+   can be used under the terms and conditions of the Open Data Commons
+   Attribution License (ODC-BY 1.0). The full ODC-BY 1.0 license text
+   is avaialable at
+
+       http://opendatacommons.org/licenses/by/1.0/

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java?rev=1541838&r1=1541837&r2=1541838&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/src/test/java/org/apache/vxquery/xmlquery/query/SimpleXQueryTest.java Thu Nov 14 07:36:36 2013
@@ -90,7 +90,7 @@ public class SimpleXQueryTest {
     @Test
     public void simple016() {
         // TODO unzipping every time is a little slow ...
-        String temp = gunzip("src/test/resources/documents/", "pom.xml");
+        String temp = gunzip("src/test/resources/documents/", "dblp.xml");
         runTest("simple016", "string-length(doc('" + temp + "'))");
     }