aboutsummaryrefslogtreecommitdiff
path: root/test/maildir-sync
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-11-11 03:43:09 -0800
committerCarl Worth <cworth@cworth.org>2010-11-11 03:47:11 -0800
commit483f422699cc480b856ceeac77a4fa5d11f82ea0 (patch)
tree1557715f24df30a213288e5fba48def90016a780 /test/maildir-sync
parent71a3201885d508f10ecd24a0887337e1624ffbf1 (diff)
test: Drop test for propagating flag changes from one file to another
There's nothing in the current API documentation that would suggest the behavior being tested here. Attempt to implement this could have some nasty side effects, (such as notmuch_message_maildir_flags_to_tags implicitly calling notmuch_message_tags_to_maildir_flags and maybe even opening up some bad looping possibilities). Much better to stick with what we have documented, which we believe will actually be useful, (and easy enough to comprehend).
Diffstat (limited to 'test/maildir-sync')
-rwxr-xr-xtest/maildir-sync5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/maildir-sync b/test/maildir-sync
index 5984f54..363534a 100755
--- a/test/maildir-sync
+++ b/test/maildir-sync
@@ -155,11 +155,6 @@ notmuch search subject:"Duplicated message" | notmuch_search_sanitize >> output
test_expect_equal "$(< output)" "No new mail.
thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Duplicated message (inbox replied)"
-test_begin_subtest "Duplicate mail with new flags propagates flag to original file"
-(cd $MAIL_DIR/cur/; ls duplicated*) > actual
-test_expect_equal "$(< actual)" "duplicated-message:2,RS
-duplicated-message-copy:2,RS"
-
test_begin_subtest "Adding duplicate message without flags does not remove tags"
cp "$MAIL_DIR/cur/duplicated-message-copy:2,RS" "$MAIL_DIR/cur/duplicated-message-another-copy:2,"
increment_mtime $MAIL_DIR/cur