From: Mike Taylor Date: Thu, 10 Jun 2010 16:21:06 +0000 (+0100) Subject: Add tests for "ident" and "date" searches. X-Git-Tag: CPAN-v1.02~37 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=eb8cee029f8782050f33846673ffda1d8508dff5;hp=dbf1fadda290f6fa6d6e6539954667aad75639c9 Add tests for "ident" and "date" searches. --- diff --git a/lib/ZOOM/IRSpy/Test/Search/Bath.pm b/lib/ZOOM/IRSpy/Test/Search/Bath.pm index 47af894..ebc5418 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Bath.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Bath.pm @@ -43,6 +43,8 @@ my @bath_queries = ( [ title => 4, 3, 3, 2, 100, 1 ], # 5.A.0.2 [ subject => 21, 3, 3, 2, 100, 1 ], # 5.A.0.3 [ any => 1016, 3, 3, 2, 100, 1 ], # 5.A.0.4 + [ ident => 1007, 3, 1, 1, 100, 1 ], # 5.A.1.14 + [ date => 31, 3, 1, 4, 100, 1 ], # 5.A.1.15 );