2 new revisions:

Revision: 841cc115e9d3
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Thu May 30 02:01:32 2013
Log:      report invalid imports correctly
http://code.google.com/p/robotframework/source/detail?r=841cc115e9d3

Revision: 2076ae434146
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Thu May 30 02:01:36 2013
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=2076ae434146

==============================================================================
Revision: 841cc115e9d3
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Thu May 30 02:01:32 2013
Log:      report invalid imports correctly
http://code.google.com/p/robotframework/source/detail?r=841cc115e9d3

Modified:
 /src/robot/new_running/model.py

=======================================
--- /src/robot/new_running/model.py     Tue May 28 05:54:10 2013
+++ /src/robot/new_running/model.py     Thu May 30 02:01:32 2013
@@ -201,6 +201,8 @@
             return self.source
         return os.path.dirname(self.source)

-    # TODO: Error reporting doesn't belong here
     def report_invalid_syntax(self, message, level='ERROR'):
-        LOGGER.write(message, level)
+        # TODO: Remove table information from error message here and
+        # also from _TestData.report_invalid_syntax in parsing/model.py
+        LOGGER.write("Error in file '%s' in table 'Setting': %s"
+                     % (self.source or '<unknown>', message), level)

==============================================================================
Revision: 2076ae434146
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Thu May 30 02:01:36 2013
Log:      Automated merge with https://robotframework.googlecode.com/hg/
http://code.google.com/p/robotframework/source/detail?r=2076ae434146


--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to