Fix test case
This commit is contained in:
committed by
Scott Kitterman
parent
0863bb5602
commit
883b19f131
+1
-1
@@ -42,7 +42,7 @@ class AddrCacheTestCase(unittest.TestCase):
|
||||
def testParseHeader(self):
|
||||
s='=?UTF-8?B?TGFzdCBGZXcgQ29sZHBsYXkgQWxidW0gQXJ0d29ya3MgQXZhaWxhYmxlAA?='
|
||||
h = Milter.utils.parse_header(s)
|
||||
self.assertEqual(s,'Last Few Coldplay Album Artworks Available\x00')
|
||||
self.assertEqual(h,'Last Few Coldplay Album Artworks Available\x00')
|
||||
|
||||
def suite():
|
||||
s = unittest.makeSuite(AddrCacheTestCase,'test')
|
||||
|
||||
Reference in New Issue
Block a user