-
Bug
-
Resolution: Done
-
Minor
-
None
When finishing a test cases, all resources that were created should be removed, to avoid conflicting with other test cases. In RegexRoleMapperTest, the role mappers rrm and rrm2 should be removed in the cleanup() method, so that they are not left over if an assert statement fails.