From e68c4b03f72760ff698b41378d70819725dfdcbe Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 18 Feb 2011 08:54:29 -0500 Subject: Removed partially ported test that's now completely ported. --- tests/test_lxml.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/test_lxml.py') diff --git a/tests/test_lxml.py b/tests/test_lxml.py index e32872e..20adc77 100644 --- a/tests/test_lxml.py +++ b/tests/test_lxml.py @@ -304,14 +304,6 @@ class TestLXMLBuilder(SoupTest): str = soup.p.string #self.assertEquals(str.encode("utf-8"), expected) - def test_foo(self): - isolatin = """Sacr\xe9 bleu!""" - soup = self.soup(isolatin) - - utf8 = isolatin.replace("ISO-Latin-1".encode(), "utf-8".encode()) - utf8 = utf8.replace("\xe9", "\xc3\xa9") - #print soup - class TestLXMLBuilderInvalidMarkup(SoupTest): """Tests of invalid markup for the LXML tree builder. -- cgit v1.2.3