Update of /cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8399
Modified Files:
Tag: May2009
shredding_on_the_fly.SF-1377006.XQUERY.py
Log Message:
No need to double backslashes in XQuery.
U shredding_on_the_fly.SF-1377006.XQUERY.py
Index: shredding_on_the_fly.SF-1377006.XQUERY.py
===================================================================
RCS file:
/cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests/shredding_on_the_fly.SF-1377006.XQUERY.py,v
retrieving revision 1.1
retrieving revision 1.1.38.1
diff -u -d -r1.1 -r1.1.38.1
--- shredding_on_the_fly.SF-1377006.XQUERY.py 20 Dec 2005 13:08:37 -0000
1.1
+++ shredding_on_the_fly.SF-1377006.XQUERY.py 14 Jul 2009 09:05:48 -0000
1.1.38.1
@@ -3,7 +3,7 @@
def main():
fn = os.path.join(os.getenv('TSTSRCDIR'), 'test1377006.xml')
p = os.popen(os.getenv('XQUERY_CLIENT'), 'w')
- p.write('doc("%s")/x' % fn.replace('\\', r'\\'))
+ p.write('doc("%s")/x' % fn)
p.close()
main()
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins