See
<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/370/changes>
Changes:
[Jussi Malinen] added built-in keyword for setting test documentation
------------------------------------------
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 1 changesets with 4 changes to 4 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson6238202848955470564.sh
+ python utest/run_utests.py
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF..................................................................................................................................................................................................................................
======================================================================
FAIL: test_combining_results (test_resultserializer.TestResultSerializer)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py",>
line 95, in test_combining_results
self._xml_lines(GOLDEN_XML_TWICE))
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py",>
line 88, in _assert_xml_content
assert_equals(act, exp.strip(), 'Different values on line %d' % index)
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 181, in fail_unless_equal
_report_unequality_failure(first, second, msg, values, '!=')
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 244, in _report_unequality_failure
_report_failure(msg)
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 230, in _report_failure
raise AssertionError(msg)
AssertionError: Different values on line 15: <kw name="BuiltIn.Log" timeout=""
type="kw"> != <doc>Test case documentation</doc>
======================================================================
FAIL: test_single_result_serialization
(test_resultserializer.TestResultSerializer)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py",>
line 76, in test_single_result_serialization
self._xml_lines(GOLDEN_XML))
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py",>
line 88, in _assert_xml_content
assert_equals(act, exp.strip(), 'Different values on line %d' % index)
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 181, in fail_unless_equal
_report_unequality_failure(first, second, msg, values, '!=')
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 244, in _report_unequality_failure
_report_failure(msg)
File
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py",>
line 230, in _report_failure
raise AssertionError(msg)
AssertionError: Different values on line 11: <kw name="BuiltIn.Log" timeout=""
type="kw"> != <doc>Test case documentation</doc>
----------------------------------------------------------------------
Ran 1188 tests in 3.123s
FAILED (failures=2)
Build step 'Execute shell' marked build as failure