aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-12-01 00:42:46 +0000
committerRuss Allbery <rra@stanford.edu>2007-12-01 00:42:46 +0000
commitc9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d (patch)
treef15323beb5ceac6a2b81df8634f5f9f23ad239c8 /TODO
parent1e13c0c60c96dd1719e7c4c3931b4196c2b5bc61 (diff)
The wallet backend test suite now supports using a database other than
SQLite for testing. Also start a new Util.pm module for the test suite and move the contents sub into that module. More to follow.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index deb8ddb..b2f4037 100644
--- a/TODO
+++ b/TODO
@@ -2,11 +2,6 @@
Minimum required to replace leland_srvtab:
-* Add support to the test suite for specifying a different database than
- SQLite for testing. For MySQL and other database types that we can't
- just delete, also requires adding a method to Wallet::Schema to drop all
- of our tables and indices in reverse order of creation.
-
* Write the remctl configuration and finish Debian packaging of the
wallet client and server.