summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-13 08:33:58 -0700
committerCarl Worth <cworth@cworth.org>2010-04-13 08:33:58 -0700
commit9091f0fe745fb00004bf48c02b9c771c51705fca (patch)
tree3a7eb5e97d9174db9378895fda88b098903e030f /TODO
parent4a442846926f7e3d1b30b7afac59dd1def0e5a41 (diff)
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).
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index f2b068c..8dd0878 100644
--- a/TODO
+++ b/TODO
@@ -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).