mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 05:34:00 +02:00
Another test for amazon.de
This commit is contained in:
parent
ae4e486410
commit
8fec427a54
1 changed files with 8 additions and 0 deletions
|
|
@ -1162,6 +1162,14 @@ def download_cover(self, log, result_queue, abort, # {{{
|
|||
] # }}}
|
||||
|
||||
de_tests = [ # {{{
|
||||
(
|
||||
{'identifiers':{'isbn': '9783453314979'}},
|
||||
[title_test('Die letzten Wächter: Roman (Der Wächter-Zyklus, Band 6)',
|
||||
exact=False), authors_test(['Sergej Lukianenko'])
|
||||
]
|
||||
|
||||
),
|
||||
|
||||
(
|
||||
{'identifiers':{'isbn': '3548283519'}},
|
||||
[title_test('Wer Wind Sät: Der Fünfte Fall Für Bodenstein Und Kirchhoff',
|
||||
|
|
|
|||
Loading…
Reference in a new issue