serval-dna/tests
Andrew Bettison 390655580d Add 'rhizome delete' and 'rhizome clean' commands
sqlite_void_exec() and its ilk now return the count of changed rows, not
just zero, on success

sqlite_exec_prepared() and its ilk now return the count of rows (number
of step results SQLITE_ROW), instead of just zero, on success

rhizome_clean() function now produces an optional report of its changes

rhizome_fail_write() and rhizome_finish_write() now log WARNings not
ERRORs if the SQL DELETE FROM FILES or DELETE FROM FILEBLOBS statements
fail

Refactor rhizome_open_read() to use sqlite_exec_int64()

Ensure that 'rhizome extract' and 'rhizome dump' commands return exit
status of 1 in "not found" conditions, not 255, which is reserved for
errors

Test cases for four new commands: 'rhizome delete bundle', 'rhizome
delete manifest', 'rhizome delete payload' and 'rhizome delete file'
(no test case for 'rhizome clean' yet)
2013-02-20 15:37:09 +10:30
..
all Add keyring tests to 'all' test script 2013-02-11 18:43:12 +10:30
config Fix copyright messages in test scripts 2013-02-06 18:55:31 +10:30
directory_service Replace "add did" command with improved "keyring add did" 2013-02-14 16:06:01 +10:30
dnahelper Fix copyright messages in test scripts 2013-02-06 18:55:31 +10:30
dnaprotocol Fix copyright messages in test scripts 2013-02-06 18:55:31 +10:30
jni Fix JNI argv parsing: throw exception on NULL 2013-02-15 19:33:12 +10:30
keyring Improve keyring PIN handling 2013-02-13 16:49:52 +10:30
rhizomeops Add 'rhizome delete' and 'rhizome clean' commands 2013-02-20 15:37:09 +10:30
rhizomeprotocol Improve keyring PIN handling 2013-02-13 16:49:52 +10:30
rhizomestress Improve Rhizome Direct stress test 2013-02-11 18:39:46 +10:30
routing Cosmetic improvements to 'routing' test script 2013-02-14 16:02:09 +10:30
server Fix copyright messages in test scripts 2013-02-06 18:55:31 +10:30