From d575daed6b0ac6fffc691c44e256a3e8de8e8cdc Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 26 Dec 2010 16:22:16 -0500 Subject: Got the html5lib parser to work, even though it works by building a separate DOM tree and turning it into SAX events so we can build another DOM tree. --- src/beautifulsoup/tests/test_lxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/beautifulsoup/tests/test_lxml.py b/src/beautifulsoup/tests/test_lxml.py index a69b9aa..bbbbe18 100644 --- a/src/beautifulsoup/tests/test_lxml.py +++ b/src/beautifulsoup/tests/test_lxml.py @@ -53,4 +53,4 @@ class TestLXMLBuilder(SoupTest): def test_suite(): - unittest.TestLoader().loadTestsFromName('__name__') + return unittest.TestLoader().loadTestsFromName('__name__') -- cgit v1.2.3