From b8436b026a90291ba26afa4f7a2700720b03339f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 4 May 2011 05:41:33 +0000 Subject: remove python test cases --- sys/lib/python/test/test_imaplib.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sys/lib/python/test/test_imaplib.py (limited to 'sys/lib/python/test/test_imaplib.py') diff --git a/sys/lib/python/test/test_imaplib.py b/sys/lib/python/test/test_imaplib.py deleted file mode 100644 index 78bb61300..000000000 --- a/sys/lib/python/test/test_imaplib.py +++ /dev/null @@ -1,12 +0,0 @@ -import imaplib -import time - -# We can check only that it successfully produces a result, -# not the correctness of the result itself, since the result -# depends on the timezone the machine is in. - -timevalues = [2000000000, 2000000000.0, time.localtime(2000000000), - '"18-May-2033 05:33:20 +0200"'] - -for t in timevalues: - imaplib.Time2Internaldate(t) -- cgit v1.2.3