mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8f82de9406
commit
657bc954ac
@ -144,7 +144,7 @@ class BuildTest(unittest.TestCase):
|
||||
for fmt in (fmt, fmt.encode('ascii')):
|
||||
x = winutil.strftime(fmt, t)
|
||||
au(x, 'strftime')
|
||||
self.ae(unicode(time.strftime(fmt, t)), x)
|
||||
self.assertEqual(unicode(time.strftime(fmt, t)), x)
|
||||
|
||||
def test_sqlite(self):
|
||||
import sqlite3
|
||||
|
Loading…
x
Reference in New Issue
Block a user