Reenabling failing fold test case. Must fix for 0.5

This commit is contained in:
Stuart D. Gathman
2011-06-17 12:22:38 -04:00
parent 85dbc4f645
commit 21c9810c3f
+1 -1
View File
@@ -38,7 +38,7 @@ class TestFold(unittest.TestCase):
self.assertEqual(
b"foo", dkim.fold(b"foo"))
def DISABLED_test_long_line(self):
def test_long_line(self):
# The function is terribly broken, not passing even this simple
# test.
self.assertEqual(