See <http://robot.radiaatto.ri.fi/job/RobotFramework%20Unit%20Tests/835/changes>
Changes: [Pekka Klärck] Documented that NBSPs are considered normal spaces in parsing. Update issue 1264 Labels: -Targe-2.7.5, Target-2.7.5 Now also documented. Closing ------------------------------------------ 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 2 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 6dc5d8b2a202bc6c8f1f637829677cc3044f8672 [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 6dc5d8b2a202bc6c8f1f637829677cc3044f8672 [workspace] $ /bin/bash -xe /tmp/hudson8584874319289656699.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.915s FAILED (errors=2) Build step 'Execute shell' marked build as failure
