From: Dmitry Kurochkin Date: Sat, 10 Mar 2012 01:24:50 +0000 (+0400) Subject: test: remove "Generate some messages" test from raw X-Git-Tag: 0.13_rc1~148 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=6511b08fb81add535b56a183f278b48a45fc9875;hp=6511b08fb81add535b56a183f278b48a45fc9875;p=notmuch test: remove "Generate some messages" test from raw Before the change, the first subtest in raw format tests just generated messages and checked that they are added successfully. This is not really a raw format test, it is creating of environment required for other subtests to run. The patch removes the first subtest from raw and replaces it with bare add_message calls, similar to how it is done in other tests. TODO: we should check that test environment was created successfully. Currently, many tests do add_message(), notmuch new and other calls without checking the results. We should come up with a general solution for this, i.e. if any command during test initialization fails, all tests should be skipped with appropriate error message. ---