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

Changes:

[Pekka Klärck] Automated merge with https://code.google.com/p/robotframework/

[Pekka Klärck] split row to hopefully see where test fails on ci

------------------------------------------
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 2 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
[workspace] $ hg update --clean --rev default
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
[workspace] $ hg log --rev . --template {node}
[workspace] $ /bin/bash -xe /tmp/hudson2090519304662089111.sh
+ python utest/run_utests.py
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 1111 tests in 1.805s

OK
[workspace] $ /bin/bash -xe /tmp/hudson2448911490058821970.sh
+ jython utest/run_utests.py
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_encoding (test_htmlwriter.TestHtmlWriter)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py";,>
 line 112, in test_encoding
    self._test_encoding('UTF-8')
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py";,>
 line 122, in _test_encoding
    self._verify(u'<p 
name="hyv\xe4\xe4">y\xf6<i>t\xe4</i></p>'.encode(encoding))
  File 
"<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py";,>
 line 126, in _verify
    assert_equals(actual, expected.replace('\n', os.linesep))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: 
ordinal not in range(128)

----------------------------------------------------------------------
Ran 1179 tests in 10.953s

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

Reply via email to