See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/259/changes>
Changes: [Janne Härkönen <[email protected]>] log/report + libdoc styles: use new classes provided by htmlformatter [Janne Härkönen <[email protected]>] htmlformatter: add class to hr, single | extends pre block [Janne Härkönen <[email protected]>] libdoc: handle singular | in doc correctly [Janne Härkönen <[email protected]>] add preformatted doc, regen test data ------------------------------------------ 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 4 changesets with 7 changes to 7 files (run 'hg update' to get a working copy) [workspace] $ hg update --clean --rev default 7 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ /bin/bash -xe /tmp/hudson2092745956394812109.sh + python utest/run_utests.py ........................................................................................................................................................................................FFF........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ====================================================================== FAIL: test_hr_before_and_after_table (test_htmlutils.TestHtmlFormat) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlutils.py",> line 407, in test_hr_before_and_after_table assert_equals(html_format(inp), exp) 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: <hr class="robotdoc"><table class="robotdoc"> <tr> <td>t</td> <td>a</td> <td>b</td> <td>l</td> <td>e</td> </tr> </table><hr class="robotdoc"> != <hr><table class="robotdoc"> <tr> <td>t</td> <td>a</td> <td>b</td> <td>l</td> <td>e</td> </tr> </table><hr> ====================================================================== FAIL: test_hr_is_three_or_more_hyphens (test_htmlutils.TestHtmlFormat) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlutils.py",> line 385, in test_hr_is_three_or_more_hyphens assert_equals(html_format(hr), '<hr>') 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: <hr class="robotdoc"> != <hr> ====================================================================== FAIL: test_hr_with_other_stuff_around (test_htmlutils.TestHtmlFormat) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlutils.py",> line 392, in test_hr_with_other_stuff_around assert_equals(html_format(inp), exp) 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: <hr class="robotdoc">- != <hr>- ---------------------------------------------------------------------- Ran 1158 tests in 2.841s FAILED (failures=3) Build step 'Execute shell' marked build as failure
