From 21c9810c3f4ed02f2ed16febfb85d23c6105e482 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Fri, 17 Jun 2011 12:22:38 -0400 Subject: [PATCH] Reenabling failing fold test case. Must fix for 0.5 --- dkim/tests/test_dkim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkim/tests/test_dkim.py b/dkim/tests/test_dkim.py index cec0e74..89c267d 100644 --- a/dkim/tests/test_dkim.py +++ b/dkim/tests/test_dkim.py @@ -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(