about summary refs log tree commit homepage
path: root/t/search.t
diff options
context:
space:
mode:
Diffstat (limited to 't/search.t')
-rw-r--r--t/search.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/search.t b/t/search.t
index c9bef718..2f7b795e 100644
--- a/t/search.t
+++ b/t/search.t
@@ -170,6 +170,13 @@ sub filter_mids {
         # body
         $res = $ro->query('goodbye');
         is($res->[0]->mid, 'last@s', 'got goodbye message body');
+
+        # datestamp
+        $res = $ro->query('dt:20101002000001..20101002000001');
+        @res = filter_mids($res);
+        is_deeply(\@res, ['ghost-message@s'], 'exact Date: match works');
+        $res = $ro->query('dt:20101002000002..20101002000002');
+        is_deeply($res, [], 'exact Date: match down to the second');
 }
 
 # long message-id