HaveF / feedparser

Automatically exported from code.google.com/p/feedparser
Other
0 stars 0 forks source link

./tests/illformed/undeclared_namespace.xml fails on python 3.3.2 on RHEL-6 #427

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run tests on the above mentioned configuration (while building a Fedora 
package for 5.1.3)
2.
3.

What is the expected output? What do you see instead?
======================================================================
FAIL: ./tests/illformed/undeclared_namespace.xml: undeclared namespace
----------------------------------------------------------------------
Traceback (most recent call last):
  File "feedparsertest.py", line 752, in <lambda>
    self.failUnlessEval(xmlfile, evalString)
  File "feedparsertest.py", line 166, in failUnlessEval
    raise self.failureException, failure
AssertionError: not eval(bozo) 
WITH env({'bozo': 0,
 'encoding': u'utf-8',
 'entries': [],
 'feed': {'subtitle': u'Foo',
          'subtitle_detail': {'base': u'',
                              'language': None,
                              'type': u'text/plain',
                              'value': u'Foo'}},
 'namespaces': {},
 'version': u'rss20'})

----------------------------------------------------------------------

What version of the product are you using? On what operating system?
python-feedparser-5.1.3-7 from Fedora rebuilt on RHEL-6 with 
python3-3.3.2-10.0.1.bundledExpat.el6.x86_64

Please provide any additional information below.

Original issue reported on code.google.com by matej.c...@gmail.com on 22 Jul 2014 at 9:08