mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-04-14 14:16:44 +00:00
Update dna_rhizome test script
Manifests no longer carry 'first_byte' and 'last_byte' fields
This commit is contained in:
parent
6cdd5dc054
commit
ebbae38cdd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user