TODO: Make an explicit note that we need to start testing --format=json

The recent fix to handle utf8 in the JSON output is the kind of bug
I'd never like to see again, (so that I'd like the test suite to be
helping us track that).
This commit is contained in:
Carl Worth 2010-04-13 08:33:58 -07:00
parent 4a44284692
commit 9091f0fe74

2
TODO
View file

@ -204,6 +204,8 @@ re-index these for existing messages at the next database upgrade).
Test suite
----------
Start testing --format=json.
Achieve 100% test coverage with the test suite.
Modularize test suite (to be able to run individual tests).