Add a test for uppercase locations

This commit is contained in:
Kovid Goyal 2013-06-20 09:19:16 +05:30
parent 91b9bc6f0d
commit 0f2d569f16

View File

@ -697,6 +697,7 @@ class Tester(SearchQueryParser):
tests = {
'Dysfunction' : set([348]),
'title:Dysfunction' : set([348]),
'Title:Dysfunction' : set([348]),
'title:Dysfunction OR author:Laurie': set([348, 444]),
'(tag:txt or tag:pdf)': set([33, 258, 354, 305, 242, 51, 55, 56, 154]),
'(tag:txt OR tag:pdf) and author:Tolstoy': set([55, 56]),