test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes

In the unit tests and fuzzers.

Fixes bug 31334; bugfix on 0.2.5.2-alpha.
This commit is contained in:
teor
2019-09-25 16:35:02 +10:00
parent 1ad1e84b17
commit d30a042fa8
5 changed files with 11 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes in the unit
tests and fuzzers, rather than using hard-coded values.
Closes ticket 31334.