~ubuntu-branches/ubuntu/trusty/feedparser/trusty-proposed

« back to all changes in this revision

Viewing changes to feedparser/tests/illformed/entities/prop.xml

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2012-09-27 13:59:14 UTC
  • mfrom: (1.1.4) (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120927135914-daezasnbhy7c7xhq
Tags: 5.1.2-1ubuntu1
* Merge with Debian.  Remaining Ubuntu changes:
  + Build for Python 3.
  + debian/rules:
    - Run the test suite during build
  + Convert to dh_python2.
* Drop debian/patches/broken-tests.patch and d/p/CVE-2012-2921.patch
  since both have been applied upstream by 5.1.2
* Drop Build-Depends on python-chardet, python-libxml2, and
  python-utidylib as these cause test suite failures.  Now the Python 2
  build dependencies match the Python 3 build dependencies.  (LP: #1056820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
Description: prop
3
 
Expect:      bozo and feed['title'] == u'testing \u221d entity'
4
 
-->
5
 
<rss>
6
 
<channel>
7
 
<title>testing &prop; entity</title>
8
 
</channel>
9
 
</rss>
 
 
b'\\ No newline at end of file'