Add tests for "ident" and "date" searches.
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:21:06 +0000 (17:21 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:21:06 +0000 (17:21 +0100)
lib/ZOOM/IRSpy/Test/Search/Bath.pm

index 47af894..ebc5418 100644 (file)
@@ -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
     );