Add tests for "ident" and "date" searches.
[irspy-moved-to-github.git] / 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
     );