]> git.notmuchmail.org Git - notmuch/commitdiff
test: reset test_subtest_known_broken_ after each success/failure.
authorDavid Bremner <bremner@debian.org>
Tue, 13 Sep 2011 01:40:57 +0000 (22:40 -0300)
committerDavid Bremner <bremner@debian.org>
Tue, 13 Sep 2011 02:35:21 +0000 (23:35 -0300)
This means that test_subtest_known_broken needs to be called before
every known broken subtest, which is no different than what is
documented for the test_begin_subtest case.

The assumption is that every test ends up calling either skipping,
calling test_ok_ or test_failure_ and and the latter in turn delegate
to the known_broken versions in the case where
test_subtest_known_broken_ is set.


No differences found