From eb8cee029f8782050f33846673ffda1d8508dff5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 10 Jun 2010 17:21:06 +0100 Subject: [PATCH] Add tests for "ident" and "date" searches. --- lib/ZOOM/IRSpy/Test/Search/Bath.pm | 2 ++ 1 file changed, 2 insertions(+) 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 ); -- 1.7.10.4