Skip to content

set bool to false instead of null in BooleanValueAnnotation

Alexander Nørskov Larsen requested to merge 616-add-boolean-value-fails into master

The value is actually added, but the GUI doesn't show a checkbox because the value is null. BooleanValueAnnotation will not initialize the value to 'false' instead of null. There are other issues related to legacy sweep loops, but those appear to be GUI errors unrelated to OpenTAP.

Closes #616 (closed)

Merge request reports