Comment 9 for bug 672056

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

Hi,

Sorry it took me so long to get back to this. Here's my findings:

First, this is only reproducable on my machine if I don't have the python-lxml package installed. With that package installed then everything passes as expected.

My results are as follows:

Python 2.6
---------------

testtools 0.9.8-1: reproduce original bug
trunk revno 225: unit tests fail, but give correct output.

Python 2.7
---------------

testtools 0.9.8-1: unit tests fail, but give correct output.
trunk revno 225: unit tests fail, but give correct output.

So it seems that you've fixed this for python2.6, and it works in python2.7 regardless of your patch.

Cheers,