Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2007-05-02 21:05:56 +0400
committerDavid Rousselie <dax@happycoders.org>2007-05-02 21:05:56 +0400
commit5285a1e8d81e604c4907e0bf8154a2345dc08129 (patch)
treeff6df5fb8d3396ac9695d85eb02dcb1e3b50ac95 /run_tests.py
parentd49da8d55520347dce1e8d311eac943bfa170e28 (diff)
Email header decoding with python2.5 needs space around encoded string
darcs-hash:20070502170556-86b55-5e11592c90a5a80c7fb1f32846dbd25f37263e6c.gz
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py
index c9efa64..5e270ab 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -56,7 +56,7 @@ if __name__ == '__main__':
# jmc_suite = unittest.TestSuite((mail_component_suite))
# jmc_suite = unittest.TestSuite()
-# jmc_suite.addTest(MailAccount_TestCase('test_get_register_fields'))
+# jmc_suite.addTest(MailAccount_TestCase('test_format_message_summary_partial_encoded'))
jmc_suite = unittest.TestSuite((lang_suite, \
mail_account_suite, \
imap_account_suite, \