Add tests for "ident" and "date" searches.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Search / Bath.pm
index b74e082..ebc5418 100644 (file)
@@ -3,6 +3,10 @@
 # Specifically section 5.A.0 ("Functional Area A: Level 0 Basic
 # Bibliographic Search and Retrieval") and its subsections:
 #      http://www.collectionscanada.gc.ca/bath/tp-bath2.7-e.htm#a
+# And section 5.A.1 ("Functional Area A: Level 1 Bibliographic Search
+# and Retrieval") and subsections 14 (Standard Identifier Search) and
+# 15 (Date of Publication Search):
+#      http://www.collectionscanada.gc.ca/bath/tp-bath2.10-e.htm#b
 #
 # The Bath Level 0 searches have different access-points, but share:
 #      Relation (2)            3       equal
@@ -39,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
     );