Closed ticket20200616 closed 3 months ago
This patch fixes the following testability issues identified by the dynamic module test.
Global variables defined in function scope cannot be referenced outside the function, making it impossible to check the return value of these functions.
Tracked-On: #861
Can one of the admins verify this patch?
start to build
start to run premerge test
This patch fixes the following testability issues identified by the dynamic module test.
Global variables defined in function scope cannot be referenced outside the function, making it impossible to check the return value of these functions.
Tracked-On: #861