See <http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/833/changes>
Changes: [Pekka Klärck] htmlreader: Refactored the code and fixed handlig ˜ Update issue 1265 Status: Done Fixed. [Pekka Klärck] parsing: Consider NBSP as normal space also when parsing HTML. Updata issue 1264 Now HTML is handled the same way as TXT and TSV. Noticed that HtmlReader could be cleaned up a little (and possibly performance enhanced at the same time) but that's not related to this issue. [Pekka Klärck] parsing: Consider non-breaking space as normal space when parsing TSV and TXT. Update issue 1264 Status: Started Owner: pekka.klarck Labels: Targe-2.7.5, bwic, ackn Applied the patch Eemeli and I created as-is otherwise but fixed stripping possible BOM. Still need to handle HTML format and update User Guide accordingly. [Pekka Klärck] proto/profiler.py: added help text ------------------------------------------ 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 11 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 ff2dbad9608245b6faad3aa8f9f6411bb10f6b8d [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 ff2dbad9608245b6faad3aa8f9f6411bb10f6b8d [workspace] $ /bin/bash -xe /tmp/hudson5086833736018746353.sh + TZ=GMT15 + python utest/run_utests.py ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................EE......... ====================================================================== ERROR: test_handle_charefs (test_htmlreader.TestEntityAndCharRefs) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/parsing/test_htmlreader.py",> line 149, in test_handle_charefs self.reader.handle_charref(inp) File "<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/parsing/htmlreader.py",> line 92, in handle_charref self.handle_data(value) TypeError: _handle_response() takes exactly 3 arguments (2 given) ====================================================================== ERROR: test_handle_entiryrefs (test_htmlreader.TestEntityAndCharRefs) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/parsing/test_htmlreader.py",> line 138, in test_handle_entiryrefs self.reader.handle_entityref(inp) File "<http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/ws/utest/../src/robot/parsing/htmlreader.py",> line 77, in handle_entityref self.handle_data(value) TypeError: _handle_response() takes exactly 3 arguments (2 given) ---------------------------------------------------------------------- Ran 1294 tests in 4.771s FAILED (errors=2) Build step 'Execute shell' marked build as failure
