summaryrefslogtreecommitdiff
path: root/tests/test_tree.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-20 10:47:10 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-20 10:47:10 -0500
commit6de230d1f201c686d56e5f5a5241db69c316cea8 (patch)
treec1710e7c841133885e4886a79fb5ae0aa450ec88 /tests/test_tree.py
parentf2532b1d63bd4a4d2be6ad9a4dce5eea03f43e7a (diff)
Removed extraneous newlines.
Diffstat (limited to 'tests/test_tree.py')
-rw-r--r--tests/test_tree.py2
1 files changed, 0 insertions, 2 deletions
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.