From a217bbd73bf39869014aed78d0416370646769a3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Oct 2011 08:15:22 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/amazon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/ebooks/metadata/sources/amazon.py b/src/calibre/ebooks/metadata/sources/amazon.py index 21bc15d4a4..a799271ee8 100644 --- a/src/calibre/ebooks/metadata/sources/amazon.py +++ b/src/calibre/ebooks/metadata/sources/amazon.py @@ -781,7 +781,7 @@ if __name__ == '__main__': # tests {{{ de_tests = [ # {{{ ( {'identifiers':{'isbn': '3548283519'}}, - [title_test('Wer Wind sät', + [title_test('Wer Wind Sät: Der Fünfte Fall Für Bodenstein Und Kirchhoff', exact=True), authors_test(['Nele Neuhaus']) ] @@ -833,6 +833,6 @@ if __name__ == '__main__': # tests {{{ ] # }}} test_identify_plugin(Amazon.name, com_tests) - #test_identify_plugin(Amazon.name, es_tests) + #test_identify_plugin(Amazon.name, de_tests) # }}}