diff options
author | Carl Worth <cworth@cworth.org> | 2011-03-10 13:22:04 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2011-03-10 13:22:04 -0800 |
commit | 4e414e2a5a72e8345df6371b3524030d07c2ce96 (patch) | |
tree | ce8317fb862c0c375409eef48fe52825176bfe0d /test/notmuch-test | |
parent | a3bf541e2b28f368905fbc17be2987eb4502e25d (diff) |
Rename/rewrite the new emacs-forgetfulness test (to emacs-large-search-buffer)
The new name is more descriptive of the bug being tested. Also, the test
is rewritten slightly so that it's much more plain to see how the bug
manifests itself, (that messages are droped from the emacs result at
regular intervals). Primarily, this is by collapsing the large blobs
used to inflate the message subjects.
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 c0aed314..8dd9c1ec 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -36,8 +36,8 @@ TESTS=" long-id encoding emacs + emacs-large-search-buffer maildir-sync - emacs-forgetfulness " # Clean up any results from a previous run |