Improve 'rhizomeops' test for empty payload

This commit is contained in:
Andrew Bettison 2012-07-16 18:23:56 +09:30
parent 801a0fb7b0
commit 61bfb7bbbc

View File

@ -140,6 +140,8 @@ test_AddEmpty() {
assertGrep .manifest '^service=file$'
assertGrep .manifest '^name=$'
assertGrep .manifest '^filesize=0$'
executeOk_servald rhizome list ''
assert_rhizome_list ''
}
doc_AddThenList="List contains one file after one add"