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

Changes:

[Pekka Klärck] parsing: refactored tsv/txt readers a little

------------------------------------------
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
3 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 01eac700dbe5d1f2ce302b964e74aa04c388caad
[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 01eac700dbe5d1f2ce302b964e74aa04c388caad
[workspace] $ /bin/bash -xe /tmp/hudson1099108865281575158.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.898s

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

Reply via email to