SEC-2447: JdbcMutableAclServiceTests should invoke aclCache.clearCache()

This commit is contained in:
Rob Winch 2013-12-14 09:55:31 -06:00
parent 2df5541905
commit 7838e3eeca
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
jdbcTemplate.execute("drop table acl_object_identity");
jdbcTemplate.execute("drop table acl_class");
jdbcTemplate.execute("drop table acl_sid");
aclCache.clearCache();
}
@Test