Revision: d8f1b5760679
Author:   Janne Härkönen <[email protected]>
Date:     Mon Nov 28 01:08:54 2011
Log:      TODO
http://code.google.com/p/robotframework/source/detail?r=d8f1b5760679

Modified:
 /src/robot/output/__init__.py

=======================================
--- /src/robot/output/__init__.py       Mon Oct 24 03:12:31 2011
+++ /src/robot/output/__init__.py       Mon Nov 28 01:08:54 2011
@@ -32,7 +32,7 @@

     If you want statistics get suite first and say Statistics(suite).
     """
-    suite, errors = process_output(outpath)
+ suite, errors = process_output(outpath) # TODO: Use the new API and remove output.readers

     def write_to_file(path=None):
         """Write processed suite (incl. statistics and errors) back to xml.

Reply via email to