Enhancement
Detail
#28712
Test can set whether warnings lead to failure
A JUnit test of an application fails if a warning is logged during the test. This is hard coded in the class test.com.top_logic.layout.scripting.ApplicationTestSetup.
It should be possible to set that a warning does not lead to an error in the test by introducing a static variable TREAT_WARN_AS_ERROR. This can be set to "false" by the caller of the tests.