]> git.notmuchmail.org Git - notmuch/commitdiff
test: Remove basic testing of broken, fixed, and skipped tests.
authorCarl Worth <cworth@cworth.org>
Fri, 17 Sep 2010 22:30:17 +0000 (15:30 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 17 Sep 2010 22:30:17 +0000 (15:30 -0700)
These were interfering with the aggregate statistics reported at the
end of the test-suite run. (Always reporting 1 broken, 1 fixed, and 1
skipped). The correct way to test the test-suite itself would be to
run the test suite externally for these cases, capture the expected
result, and then report that as a PASS test.

But, really, there's almost no value in these tests anyway. It's
almost to the level of testing that 'if false; exit 1; fi' returns
1. That is, there are so many ways that the test suite could be broken
internally, that these minor tests don't really help.


No differences found