Update of /cvsroot/monetdb/pathfinder/tests/BugDay_2005-12-19_0.9.3/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11758/tests/BugDay_2005-12-19_0.9.3/Tests

Modified Files:
      Tag: M5XQ
        shredding_on_the_fly.SF-1377006.XQUERY.py 
Log Message:
propagated changes of Tuesday Jul 14 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/14 - sjoerd:
        
tests/BugDay_2005-12-19_0.9.3/Tests/shredding_on_the_fly.SF-1377006.XQUERY.py,1.2
propagated changes of Tuesday Jul 14 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/07/14 - sjoerd:
        
tests/BugDay_2005-12-19_0.9.3/Tests/shredding_on_the_fly.SF-1377006.XQUERY.py,1.1.38.1
No need to double backslashes in XQuery.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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.36.1
diff -u -d -r1.1 -r1.1.36.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:33:06 -0000      
1.1.36.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

Reply via email to