Changeset: f969c8bc9c3c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f969c8bc9c3c
Modified Files:
pathfinder/tests/BugTracker/Tests/All
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.err
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.out
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.xq
Branch: Jun2010
Log Message:
Added test for ancient bug 2009.
diffs (76 lines):
diff -r 62476d379e88 -r f969c8bc9c3c pathfinder/tests/BugTracker/Tests/All
--- a/pathfinder/tests/BugTracker/Tests/All Mon Aug 30 17:15:05 2010 +0200
+++ b/pathfinder/tests/BugTracker/Tests/All Tue Aug 31 13:37:48 2010 +0200
@@ -237,3 +237,4 @@
# fn:node-name
WITH_ALGEBRA?node-name.Bug-2600.-d10
WITH_ALGEBRA?node-name.Bug-2600.-d0
+tijah-tokenize-concat.Bug-2009
diff -r 62476d379e88 -r f969c8bc9c3c
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.err
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++
b/pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.err
Tue Aug 31 13:37:48 2010 +0200
@@ -0,0 +1,17 @@
+stderr of test 'tijah-tokenize-concat.Bug-2009` in directory
'tests/BugTracker` itself:
+
+
+# 13:33:08 >
+# 13:33:08 > Mserver "--config=/ufs/sjoerd/Monet-stable/etc/MonetDB.conf"
--debug=10 --set gdk_nr_threads=1 --set
"monet_mod_path=/ufs/sjoerd/Monet-stable/lib64/MonetDB4:/ufs/sjoerd/Monet-stable/lib64/MonetDB4/lib:/ufs/sjoerd/Monet-stable/lib64/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/sjoerd/Monet-stable/var/MonetDB4/dbfarm" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37473 --set xrpc_port=48309
--set monet_prompt= --trace "--dbname=mTests_tests_BugTracker" "--dbinit=
module(pathfinder);" ; echo ; echo Over..
+# 13:33:08 >
+
+
+# 13:33:10 >
+# 13:33:10 > mclient -lxquery -fxml --host=ottar --port=37473
tijah-tokenize-concat.Bug-2009.xq
+# 13:33:10 >
+
+
+# 13:33:10 >
+# 13:33:10 > Done.
+# 13:33:10 >
+
diff -r 62476d379e88 -r f969c8bc9c3c
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.out
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++
b/pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.stable.out
Tue Aug 31 13:37:48 2010 +0200
@@ -0,0 +1,37 @@
+stdout of test 'tijah-tokenize-concat.Bug-2009` in directory
'tests/BugTracker` itself:
+
+
+# 13:33:08 >
+# 13:33:08 > Mserver "--config=/ufs/sjoerd/Monet-stable/etc/MonetDB.conf"
--debug=10 --set gdk_nr_threads=1 --set
"monet_mod_path=/ufs/sjoerd/Monet-stable/lib64/MonetDB4:/ufs/sjoerd/Monet-stable/lib64/MonetDB4/lib:/ufs/sjoerd/Monet-stable/lib64/MonetDB4/bin"
--set "gdk_dbfarm=/ufs/sjoerd/Monet-stable/var/MonetDB4/dbfarm" --set
mapi_open=true --set xrpc_open=true --set mapi_port=37473 --set xrpc_port=48309
--set monet_prompt= --trace "--dbname=mTests_tests_BugTracker" "--dbinit=
module(pathfinder);" ; echo ; echo Over..
+# 13:33:08 >
+
+# MonetDB Server v4.38.4
+# based on GDK v1.38.4
+# not released
+# Copyright (c) 1993-July 2008, CWI. All rights reserved.
+# Copyright (c) August 2008-2010, MonetDB B.V.. All rights reserved.
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs; dynamically
linked.
+# Detected 7.751 GiB (8322707456 bytes) main-memory.
+# Visit http://monetdb.cwi.nl/ for further information.
+# PF/Tijah module v0.13.0 loaded. http://dbappl.cs.utwente.nl/pftijah
+# MonetDB/XQuery module v0.38.5 loaded (default back-end is 'algebra')
+# XRPC administrative console at http://127.0.0.1:48309/admin
+
+printf("\nReady.\n");
+
+Ready.
+quit();
+
+Over..
+
+# 13:33:10 >
+# 13:33:10 > mclient -lxquery -fxml --host=ottar --port=37473
tijah-tokenize-concat.Bug-2009.xq
+# 13:33:10 >
+
+<?xml version="1.0" encoding="utf-8"?>
+<XQueryResult><item>hallo wereld</item></XQueryResult>
+
+# 13:33:10 >
+# 13:33:10 > Done.
+# 13:33:10 >
+
diff -r 62476d379e88 -r f969c8bc9c3c
pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.xq
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pathfinder/tests/BugTracker/Tests/tijah-tokenize-concat.Bug-2009.xq
Tue Aug 31 13:37:48 2010 +0200
@@ -0,0 +1,2 @@
+let $record := <Bijschrift_NL>foo</Bijschrift_NL>
+return <item> {tijah:tokenize(concat($record/Bijschrift_NL/text(), " Hallo
wereld!"))} </item>
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list