Added failing test for partially filled buffer average

This commit is contained in:
Simon Rose
2022-05-10 16:48:44 +02:00
committed by Michael Davidsaver
parent 1ab474638d
commit 3ab22818da
3 changed files with 59 additions and 22 deletions

View File

@@ -393,7 +393,15 @@ Scan forward link if necessary, set PACT FALSE, and return.
interest(1)
menu(compressALG)
}
field(BALG,DBF_MENU) {
field(PBUF,DBF_MENU) {
prompt("Use Partial buffers")
promptgroup("30 - Action")
special(SPC_RESET)
interest(1)
menu(menuYesNo)
initial("NO")
}
field(BALG,DBF_MENU) {
prompt("Buffering Algorithm")
promptgroup("30 - Action")
special(SPC_RESET)