From 600f3761dc48c91a5ba9a18ddeb7fd8af22e71de Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 15 Jan 2011 14:05:10 -0800 Subject: test: Add new tests for folder-based searching. This is a new feature which is not implemente yet, so these tests mostly fail currently. A subsequent commit will add the feature and cause these tests to start passing. These tests verify that we can search for containing folders of mail files by word or by phrase and that the search terms are updated correctly when directories are renamed. --- test/notmuch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/notmuch-test') diff --git a/test/notmuch-test b/test/notmuch-test index 4889e49a..fcf43a86 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -16,7 +16,7 @@ fi cd $(dirname "$0") -TESTS="basic new search search-output json thread-naming raw reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs maildir-sync" +TESTS="basic new search search-output search-by-folder json thread-naming raw reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs maildir-sync" # Clean up any results from a previous run rm -r test-results >/dev/null 2>/dev/null -- cgit v1.2.3