Update dna_rhizome test script

Manifests no longer carry 'first_byte' and 'last_byte' fields
This commit is contained in:
Andrew Bettison 2012-05-16 16:05:29 +09:30
parent 6cdd5dc054
commit ebbae38cdd

View File

@ -147,8 +147,6 @@ test_AddNonExistManifest() {
assertGrep file1.manifest "^id=$re_manifestid\$"
assertGrep file1.manifest "^filehash=$re_filehash\$"
assertGrep file1.manifest "^filesize=$re_size\$"
assertGrep file1.manifest "^first_byte=0$"
assertGrep file1.manifest "^last_byte=$re_size\$"
}
doc_AddManifest="Add with minimal manifest file"
@ -169,8 +167,6 @@ test_AddManifest() {
assertGrep file1.manifest "^id=$re_manifestid\$"
assertGrep file1.manifest "^filehash=$re_filehash\$"
assertGrep file1.manifest "^filesize=$re_size\$"
assertGrep file1.manifest "^first_byte=0$"
assertGrep file1.manifest "^last_byte=$re_size\$"
}
doc_AddThenList="List contains one file after one add"