diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:42:46 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 00:42:46 +0000 |
commit | c9948c8f68b11a1e897afe9c9f2dd2fcb6934f8d (patch) | |
tree | f15323beb5ceac6a2b81df8634f5f9f23ad239c8 /TODO | |
parent | 1e13c0c60c96dd1719e7c4c3931b4196c2b5bc61 (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-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |