projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf1fad
)
Add tests for "ident" and "date" searches.
author
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:21:06 +0000
(17:21 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 10 Jun 2010 16:21:06 +0000
(17:21 +0100)
lib/ZOOM/IRSpy/Test/Search/Bath.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Search/Bath.pm
b/lib/ZOOM/IRSpy/Test/Search/Bath.pm
index
47af894
..
ebc5418
100644
(file)
--- 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
);