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

Modified Files:
      Tag: PF_ROX
        text_nodes_with_empty_content_seq.SF-1350418.milC 
        text_nodes_with_empty_content_seq.SF-1350418.stable.out 
Log Message:
propagated changes of Tuesday Jun 10 2008
from the development trunk to the PF_ROX branch



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.24.1
diff -u -d -r1.1 -r1.1.24.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   10 Jun 2008 14:47:47 
-0000      1.1.24.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();

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.24.1
diff -u -d -r1.1 -r1.1.24.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     10 Jun 2008 
14:47:49 -0000      1.1.24.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