From 6de230d1f201c686d56e5f5a5241db69c316cea8 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 20 Feb 2011 10:47:10 -0500 Subject: Removed extraneous newlines. --- tests/test_tree.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_tree.py') diff --git a/tests/test_tree.py b/tests/test_tree.py index 6f00716..8cbd309 100644 --- a/tests/test_tree.py +++ b/tests/test_tree.py @@ -866,7 +866,6 @@ class TestSubstitutions(SoupTest): self.assertEquals(soup.contents[0].name, 'pre') - class TestEncoding(SoupTest): """Test the ability to encode objects into strings.""" @@ -885,7 +884,6 @@ class TestEncoding(SoupTest): class TestNavigableStringSubclasses(SoupTest): - def test_cdata(self): # None of the current builders turn CDATA sections into CData # objects, but you can create them manually. -- cgit v1.2.3