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

« back to all changes in this revision

Viewing changes to feedparser/tests/http/http_redirect_to_304.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
Header:      Status: 302
 
3
Header:      Location: http://localhost:8097/-/return-304.xml
 
4
Description: ensure an http 302 redirect to an http 304 doesn't cause an xml parsing error
 
5
Expect:      0
 
6
-->
 
7
<feed xmlns="http://www.w3.org/2005/Atom"></feed>