mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:43:34 +02:00
...
This commit is contained in:
parent
7bf79bd650
commit
e1164ef892
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def test_qt(self):
|
|||
fmts = set(map(unicode, QImageReader.supportedImageFormats()))
|
||||
testf = {'jpg', 'png', 'svg', 'ico', 'gif'}
|
||||
self.assertEqual(testf.intersection(fmts), testf, "Qt doesn't seem to be able to load some of its image plugins. Available plugins: %s" % fmts)
|
||||
data = I('blank.png', allow_user_override=False, data=True)
|
||||
data = P('images/blank.png', allow_user_override=False, data=True)
|
||||
img = image_from_data(data)
|
||||
image_from_data(P('catalog/mastheadImage.gif', allow_user_override=False, data=True))
|
||||
for fmt in 'png bmp jpeg'.split():
|
||||
|
|
|
|||
Loading…
Reference in a new issue