See <http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/707/changes>

Changes:

[Pekka Klärck] Small BuiltIn doc tuning

[Pekka Klärck] Documented ${SUITE METADATA}.

Update issue 1134
Status: Done
${SUITE METADATA} now also documented in the User Guide.

This issue ought to be done.

[Pekka Klärck] Code and tests for `BuiltIn.Set Suite Metadata`.

Update issue 1134
`Set Suite Metadata` done.

[Pekka Klärck] Tests and code for new ${SUITE METADATA} built-in variable.

Update issue 1134
${SUITE METADATA} done.

[Pekka Klärck] UG: Enhanced documentationg of automatic variables a little.

[Pekka Klärck] fixed build failing logging test

------------------------------------------
Started by an SCM change
Building on master in workspace 
<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/>
[workspace] $ hg showconfig paths.default
[workspace] $ hg pull --rev default
[workspace] $ hg update --clean --rev default
12 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ hg log --rev . --template {rev}
[workspace] $ hg log --rev 86cba81d065fd40e4d0f630696258b805ce792a3
[workspace] $ hg log --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:0 --follow --prune 86cba81d065fd40e4d0f630696258b805ce792a3
[workspace] $ /bin/bash -xe /tmp/hudson78815515641069798.sh
+ TZ=GMT15
+ python utest/run_utests.py
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF......................................................................................................................................................................................................................................
======================================================================
FAIL: test_combining_results (test_resultserializer.TestResultSerializer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py";,>
 line 58, in test_combining_results
    self._xml_lines(GOLDEN_XML_TWICE))
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py";,>
 line 51, in _assert_xml_content
    assert_equals(act, exp.strip(), 'Different values on line %d' % index)
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 184, in fail_unless_equal
    _report_unequality_failure(first, second, msg, values, '!=')
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 247, in _report_unequality_failure
    _report_failure(msg)
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 233, in _report_failure
    raise AssertionError(msg)
AssertionError: Different values on line 0: <suite id="s1-s1" name="Normal" 
source="normal.html"> != <metadata>

======================================================================
FAIL: test_single_result_serialization 
(test_resultserializer.TestResultSerializer)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py";,>
 line 39, in test_single_result_serialization
    self._xml_lines(GOLDEN_XML))
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/result/test_resultserializer.py";,>
 line 51, in _assert_xml_content
    assert_equals(act, exp.strip(), 'Different values on line %d' % index)
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 184, in fail_unless_equal
    _report_unequality_failure(first, second, msg, values, '!=')
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 247, in _report_unequality_failure
    _report_failure(msg)
  File 
"<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/utils/asserts.py";,>
 line 233, in _report_failure
    raise AssertionError(msg)
AssertionError: Different values on line 0: <kw name="my setup" timeout="1 
year" type="setup"> != <metadata>

----------------------------------------------------------------------
Ran 1280 tests in 3.952s

FAILED (failures=2)
Build step 'Execute shell' marked build as failure

Reply via email to