diff options
author | Carl Worth <cworth@cworth.org> | 2011-01-15 14:05:10 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-01-15 15:37:43 -0800 |
commit | 600f3761dc48c91a5ba9a18ddeb7fd8af22e71de (patch) | |
tree | b9240b8edfe11458cfaef24ab2a9026e8e7fc036 /test/notmuch-test | |
parent | ac1ba43666456a85d59031beceed2c12ef23b777 (diff) |
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.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |