From dc97d6ad695cd3b010a81024827e63ba69e85db4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 15 Jul 2013 15:41:19 +0530 Subject: [PATCH] ... --- src/calibre/db/tests/legacy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/db/tests/legacy.py b/src/calibre/db/tests/legacy.py index 0707022674..b609cb478d 100644 --- a/src/calibre/db/tests/legacy.py +++ b/src/calibre/db/tests/legacy.py @@ -344,6 +344,7 @@ class LegacyTest(BaseTest): 'books_for_author', # broken 'books_in_old_database', 'sizeof_old_database', # unused 'migrate_old', # no longer supported + 'remove_unused_series', # superseded by clean API # Internal API 'clean_user_categories', 'cleanup_tags', 'books_list_filter', 'conn', 'connect', 'construct_file_name',