This commit is contained in:
Kovid Goyal 2018-02-14 07:21:30 +05:30
parent 8f82de9406
commit 657bc954ac
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -144,7 +144,7 @@ class BuildTest(unittest.TestCase):
for fmt in (fmt, fmt.encode('ascii')): for fmt in (fmt, fmt.encode('ascii')):
x = winutil.strftime(fmt, t) x = winutil.strftime(fmt, t)
au(x, 'strftime') au(x, 'strftime')
self.ae(unicode(time.strftime(fmt, t)), x) self.assertEqual(unicode(time.strftime(fmt, t)), x)
def test_sqlite(self): def test_sqlite(self):
import sqlite3 import sqlite3