]> git.notmuchmail.org Git - notmuch/commit
notmuch-test: Use named-parameters for generate_message function
authorCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 01:24:01 +0000 (17:24 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 16:44:05 +0000 (08:44 -0800)
commit0d67c52f4dda6c0902de58fc74d4caca9942d97c
treeb45d1ef07bf0c4ccdf1a0631e09533d5a867a2e9
parent8d37b2f982c17e7462ebca22641357afa40c3d65
notmuch-test: Use named-parameters for generate_message function

This makes the test suite bash-specific, but that's not much of
an issue for me, (if somebody else would prefer some other language
then they can rewrite the test suite and maintain it).

The advantage here is that we'll now be able to easily generate
custom messages for testing operations that depend on the message
content, (such as "notmuch reply", etc.).
test/notmuch-test