Skip to content

Commit

Permalink
Fixed django#18027 -- Removed an HTMLParser test that doesn't raise a…
Browse files Browse the repository at this point in the history
…ny more in recent Python versions. Thanks Arfever and Anssi Kaariainen for the report and the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
claudep committed Apr 11, 2012
1 parent 632b6a1 commit 5a4d7e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/regressiontests/test_utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ def test_parsing_errors(self):
self.assertHTMLEqual('', '<p>')
with self.assertRaises(HTMLParseError):
parse_html('</p>')
with self.assertRaises(HTMLParseError):
parse_html('<!--')

def test_contains_html(self):
response = HttpResponse('''<body>
Expand Down

0 comments on commit 5a4d7e6

Please sign in to comment.