summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
14971fe)
Currently we support both string and list forms of tag-changes for
historical reasons. This is about to change, so fix pick's tests that
use the legacy string form of tag-changes.
(notmuch-pick "tag:inbox")
(notmuch-test-wait)
(forward-line)
(notmuch-pick "tag:inbox")
(notmuch-test-wait)
(forward-line)
- (notmuch-pick-tag "+test_tag")
+ (notmuch-pick-tag (list "+test_tag"))
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-tagged
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-tagged
(notmuch-pick "tag:inbox")
(notmuch-test-wait)
(forward-line)
(notmuch-pick "tag:inbox")
(notmuch-test-wait)
(forward-line)
- (notmuch-pick-tag "-test_tag")
+ (notmuch-pick-tag (list "-test_tag"))
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox
(notmuch-test-wait)
;; move to a sizable thread
(forward-line 26)
(notmuch-test-wait)
;; move to a sizable thread
(forward-line 26)
- (notmuch-pick-tag-thread "+test_thread_tag")
+ (notmuch-pick-tag-thread (list "+test_thread_tag"))
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-thread-tagged
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox-thread-tagged
(notmuch-test-wait)
;; move to the same sizable thread as above
(forward-line 26)
(notmuch-test-wait)
;; move to the same sizable thread as above
(forward-line 26)
- (notmuch-pick-tag-thread "-test_thread_tag")
+ (notmuch-pick-tag-thread (list "-test_thread_tag"))
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox
(test-output)
(delete-other-windows)'
test_expect_equal_file OUTPUT $EXPECTED/notmuch-pick-tag-inbox