Update of /cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4204

Modified Files:
      Tag: XQuery_0-24
        text_nodes_with_empty_content_seq.SF-1350418.milC 
        text_nodes_with_empty_content_seq.SF-1350418.stable.out 
Log Message:

extended test with Jan's examples from
[ 1350418 ] PF: text nodes with empty content sequence
https://sourceforge.net/tracker/index.php?func=detail&aid=1350418&group_id=56967&atid=482468

fixed stable output: `()' -> `'


U text_nodes_with_empty_content_seq.SF-1350418.milC
Index: text_nodes_with_empty_content_seq.SF-1350418.milC
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests/text_nodes_with_empty_content_seq.SF-1350418.milC,v
retrieving revision 1.1
retrieving revision 1.1.28.1
diff -u -d -r1.1 -r1.1.28.1
--- text_nodes_with_empty_content_seq.SF-1350418.milC   19 Dec 2005 22:41:25 
-0000      1.1
+++ text_nodes_with_empty_content_seq.SF-1350418.milC   8 Jun 2008 14:13:29 
-0000       1.1.28.1
@@ -1,3 +1,8 @@
 module(pathfinder);
 
 xquery("dm","<a>{text {()}}</a>/text()").printf();
+xquery("dm","text{\"42\"}/<a/>").printf();
+xquery("dm","text{\"\"}/<a/>").printf();
+xquery("dm","<a>{text{\"foo\"}}</a>").printf();
+xquery("dm","<a>{text{\"\"}}</a>").printf();
+xquery("dm","for $a in (\"foo\",\"\",\"bar\") return 
<a>{text{$a}}</a>").printf();

U text_nodes_with_empty_content_seq.SF-1350418.stable.out
Index: text_nodes_with_empty_content_seq.SF-1350418.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests/text_nodes_with_empty_content_seq.SF-1350418.stable.out,v
retrieving revision 1.1
retrieving revision 1.1.28.1
diff -u -d -r1.1 -r1.1.28.1
--- text_nodes_with_empty_content_seq.SF-1350418.stable.out     19 Dec 2005 
22:41:25 -0000      1.1
+++ text_nodes_with_empty_content_seq.SF-1350418.stable.out     8 Jun 2008 
14:13:29 -0000       1.1.28.1
@@ -21,7 +21,14 @@
 # 23:20:35 >  Mtimeout -timeout 60 MapiClient -lmil -u monetdb -P monetdb 
"--config=/ufs/manegold/_/scratch0/Monet/Testing/Current/.GNU.64.64.d.--enable-debug.PREFIX./MONETDB/etc/MonetDB.conf"
 --host=localhost --port=36404 < 
text_nodes_with_empty_content_seq.SF-1350418.milC
 # 23:20:35 >  
 
-()
+
+<a/>
+
+<a>foo</a>
+<a/>
+<a>foo</a>,
+<a/>,
+<a>bar</a>
 
 # 23:20:35 >  
 # 23:20:35 >  Done.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to