The new function silences expected messages in the system log. The proc deactivates the specified severity levels during the code in the last arguemnt is executed. After it has finished, the severity levels are reset to their previous values.
The purpose of this function is to make test system log clean from error messages and the like during the regression test, such it contains only errors which have to be looked at.
- new API function "aa_check_leftovers": This function is typically called automatically at the end of every test case in "aa_run_testcase" but it also makes sense to call it manually in between of test cases.
- set aa_test_end to private (see no reason why this was public) - bumped to 5.10.1b2