]> git.notmuchmail.org Git - notmuch/blobdiff - test/missing-headers
search: Add stable queries to thread search results
[notmuch] / test / missing-headers
index f14b8784b5c70cdbf63168226d4483b1ab1d08da..43e861bc69dffb8ec86036d5207738eb3ec12b54 100755 (executable)
@@ -43,7 +43,8 @@ test_expect_equal_json "$output" '
         ],
         "thread": "XXX",
         "timestamp": 978709437,
-        "total": 1
+        "total": 1,
+        "query": ["id:notmuch-sha1-7a6e4eac383ef958fcd3ebf2143db71b8ff01161", null]
     },
     {
         "authors": "Notmuch Test Suite",
@@ -56,7 +57,8 @@ test_expect_equal_json "$output" '
         ],
         "thread": "XXX",
         "timestamp": 0,
-        "total": 1
+        "total": 1,
+        "query": ["id:notmuch-sha1-ca55943aff7a72baf2ab21fa74fab3d632401334", null]
     }
 ]'