diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-26 23:47:06 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-26 23:47:06 -0500 |
commit | dc5682014c7360e723d4861d32ee933eea8fcd5d (patch) | |
tree | 021886f2b0e2158d87d33417b8b687dfb1cee923 /tests/test_soup.py | |
parent | ace32031ac6c9787ee46c5ab19e6f71b99cd26d3 (diff) | |
parent | d9f49a66e4a7dfd93823f2396796ed6c55f69648 (diff) |
Minor late-night tweaks.
Diffstat (limited to 'tests/test_soup.py')
-rw-r--r-- | tests/test_soup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_soup.py b/tests/test_soup.py index c4d9c2c..690db39 100644 --- a/tests/test_soup.py +++ b/tests/test_soup.py @@ -19,7 +19,7 @@ class TestSelectiveParsing(SoupTest): class TestEntitySubstitution(unittest.TestCase): """Standalone tests of the EntitySubstitution class.""" def setUp(self): - self.sub = EntitySubstitution() + self.sub = EntitySubstitution def test_simple_html_substitution(self): # Unicode characters corresponding to named HTML entites |