From 8b09f4c293e82ff797635320c42487d9be190831 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Sun, 12 Sep 2010 13:42:37 +0100 Subject: [PATCH] Restore the second 'tags' to the tests --- src/calibre/library/caches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/caches.py b/src/calibre/library/caches.py index c342d5ff15..882de975db 100644 --- a/src/calibre/library/caches.py +++ b/src/calibre/library/caches.py @@ -810,7 +810,7 @@ if __name__ == '__main__': [('size', True), ('tags', True), ('author', False)], [('series', False), ('title', True)], [('size', True), ('tags', True), ('author', False), ('pubdate', - True), ('series', False), ('formats', False), ('uuid', True)], + True), ('tags', False), ('formats', False), ('uuid', True)], ]: print '\t', ms