From 17b142c92044be1a5de261797f25d88d79834c52 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 18 Sep 2009 14:57:05 +1200 Subject: [PATCH] New books in list mean longer strings are needed for unique identification --- tests/_epub.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/_epub.py b/tests/_epub.py index e9a46d0..2d1f7de 100644 --- a/tests/_epub.py +++ b/tests/_epub.py @@ -71,10 +71,11 @@ def test_load(): def test_meta(): for book, root in [('Hume', 'OPS/content.opf'), - ('Treasure', 'OEBPS/volume.opf'), - ('arrow', "OPS/epb.opf"), + ('Treasure_Island', 'OEBPS/volume.opf'), + ('black-arrow', "OPS/epb.opf"), ('LittleBrother', "metadata.opf"), ]: + print book e = _load_epub(book) e.parse_meta() assert e.opf_file == root -- 2.11.4.GIT