Venus failing test
WhilelM
whilelm at doomfr.com
Wed Aug 27 19:01:51 EST 2008
Hello,
I'm trying to set up venus but it's choking on the tests. What can i do
to correct this problem ? Thanks.
I got these lines :
whilelm at littleblue:~/venus$ sudo python runtests.py
[sudo] password for whilelm:
Genshi is not available => can't test genshi filters
Django is not available => can't test django filters
...................F............................................................................F........................................raptor error - XML parser error: xmlParseCharRef: invalid xmlChar value 12
...............raptor error - XML parser error: Opening and ending tag
mismatch: encoded line 0 and content
...............................................................
======================================================================
FAIL: test_well_formed (tests.test_docs.DocsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/whilelm/venus/tests/test_docs.py", line 17, in
test_well_formed
self.fail('Not well formed: ' + doc);
AssertionError: Not well formed: docs/lists.planetplanet.org-devel.mbox
======================================================================
FAIL: test_recursive (tests.test_foaf.FoafTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/whilelm/venus/tests/test_foaf.py", line 116, in
test_recursive
'http://torrez.us/feed/rdf'], feeds)
AssertionError:
['http://api.flickr.com/services/feeds/photos_public.gne?id=77366516@N00', 'http://del.icio.us/rss/eliast', 'http://del.icio.us/rss/leef', 'http://del.icio.us/rss/rubys', 'http://intertwingly.net/blog/atom.xml', 'http://thefigtrees.net/lee/life/atom.xml', 'http://torrez.us/feed/rdf'] != ['http://api.flickr.com/services/feeds/photos_public.gne?id=77366516@N00', 'http://del.icio.us/rss/eliast', 'http://torrez.us/feed/rdf']
----------------------------------------------------------------------
Ran 215 tests in 7.496s
FAILED (failures=2)
More information about the devel
mailing list