See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/2454/changes>
Changes:
[Pekka Klärck] Renamed ResultFromXML -> ResultFromXml to follow our naming
conventions.
[Pekka Klärck] Moved ResultFromXML and ExecutionResultBuilder to
executionresult module. Much better home for them.
[Pekka Klärck] Simplified XML reading by keeping intermediate results in
ElementStack
------------------------------------------
Started by an SCM change
[workspace] $ hg incoming --quiet --bundle hg.bundle --template "<changeset
node='{node}' author='{author|xmlescape}' rev='{rev}'
date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n"
--rev default
[workspace] $ hg unbundle hg.bundle
adding changesets
adding manifests
adding file changes
added 3 changesets with 18 changes to 10 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
10 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson6521104642101253489.sh
+ xvfb-run -n 66 python atest/run_atests.py python -x xunit.xml -e manual -C
off atest/robot
<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/result/executionresult.py>:47:
Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "atest/run_atests.py", line 36, in <module>
import robot
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/__init__.py",>
line 49, in <module>
from robot.reporting import ResultWriter
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/reporting/__init__.py",>
line 16, in <module>
from resultwriter import ResultWriter
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/reporting/resultwriter.py",>
line 17, in <module>
from robot.result import ResultFromXml
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/result/__init__.py",>
line 19, in <module>
from executionresult import ResultFromXml
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework/ws/atest/../src/robot/result/executionresult.py",>
line 47
with self._source as source:
^
SyntaxError: invalid syntax
Build step 'Execute shell' marked build as failure
Robot results publisher started...
-Parsing output xml:
Done!
-Copying log files to build dir:
Done!
-Assigning results to build:
Done!
-Checking thresholds:
Done!
Done publishing Robot results.