Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16919/tests/BugTracker/Tests

Modified Files:
      Tag: XQFT
        update-with-timing.SF-2852928.XQUERY.py 
Log Message:
propagated changes of Wednesday Apr 14 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/14 - stmane:
          tests/BugTracker/Tests/update-with-timing.SF-2852928.XQUERY.py,1.5
  
  updated test and stable output:
  mclient now sends the "Timer" information to stderr:
  "
  2010/04/13 - sjoerd: clients/src/mapiclient/MapiClient.mx,1.202
  Once again print timer information to stderr.
  If you want to combine timer information with the regular output, you
  can do
  mclient -t ... 2>&1
  This works since the standard output is flushed before the timer
  information is printed.
  And if you only want timer information, you can do
  mclient -t ... >/dev/null
  "
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: update-with-timing.SF-2852928.XQUERY.py
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/update-with-timing.SF-2852928.XQUERY.py,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- update-with-timing.SF-2852928.XQUERY.py     16 Oct 2009 08:43:56 -0000      
1.4
+++ update-with-timing.SF-2852928.XQUERY.py     14 Apr 2010 13:32:07 -0000      
1.4.2.1
@@ -27,10 +27,12 @@
             '--collection=hello-SF.2852928.xml,10'],
            hellodoc)
     sys.stdout.write('#~BeginVariableOutput~#\n')
+    sys.stderr.write('#~BeginVariableOutput~#\n')
     client('xquery',
            ['-t',
             '-s', 'do insert <a/> into doc("hello-SF.2852928.xml")/hello'])
     sys.stdout.write('#~EndVariableOutput~#\n')
+    sys.stderr.write('#~EndVariableOutput~#\n')
     client('xquery', ['-s', 'doc("hello-SF.2852928.xml")'])
     client('xquery', ['-s', 'pf:del-doc("hello-SF.2852928.xml")'])
 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to