mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Update to simplified test vector support.
This commit is contained in:
parent
911a5e2ed1
commit
24c483aeda
@ -599,8 +599,6 @@ For example::
|
||||
0: {
|
||||
"test": [{
|
||||
"offset": 3,
|
||||
"size": 5,
|
||||
"operator": "eq",
|
||||
"specimen": "hello"
|
||||
}, ...],
|
||||
"write": [{
|
||||
@ -712,12 +710,7 @@ Mutable Data
|
||||
},
|
||||
"test-write-vectors": {
|
||||
3: {
|
||||
"test": [{
|
||||
"offset": 0,
|
||||
"size": 1,
|
||||
"operator": "eq",
|
||||
"specimen": ""
|
||||
}],
|
||||
"test": [],
|
||||
"write": [{
|
||||
"offset": 0,
|
||||
"data": "xxxxxxxxxx"
|
||||
@ -747,8 +740,6 @@ Mutable Data
|
||||
3: {
|
||||
"test": [{
|
||||
"offset": 0,
|
||||
"size": <checkstring size>,
|
||||
"operator": "eq",
|
||||
"specimen": "<checkstring>"
|
||||
}],
|
||||
"write": [{
|
||||
|
Loading…
Reference in New Issue
Block a user