[PATCH 03/11] test: add known broken test for n_m_get_tags

Subject: [PATCH 03/11] test: add known broken test for n_m_get_tags

Date: Sun, 5 Jul 2020 10:00:18 -0300

To: notmuch@notmuchmail.org

Cc: David Bremner

From: David Bremner


This will be fixed in the next commit.
---
 test/T560-lib-error.sh | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh
index ab7a24d1..94a0f470 100755
--- a/test/T560-lib-error.sh
+++ b/test/T560-lib-error.sh
@@ -486,5 +486,22 @@ cat <<EOF > EXPECTED
 EOF
 test_expect_equal_file EXPECTED OUTPUT
 
+test_begin_subtest "Handle getting tags from closed database"
+test_subtest_known_broken
+cat c_head2 - c_tail <<'EOF' | test_C ${MAIL_DIR}
+    {
+        notmuch_tags_t *result;
+        result = notmuch_message_get_tags (message);
+        printf("%d\n%d\n", message != NULL, result == NULL);
+    }
+EOF
+cat <<EOF > EXPECTED
+== stdout ==
+1
+1
+== stderr ==
+EOF
+test_expect_equal_file EXPECTED OUTPUT
+
 
 test_done
-- 
2.27.0
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: