mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Increase test coverage.
This commit is contained in:
parent
f7b491b699
commit
b4a0e45e76
@ -56,6 +56,7 @@ public class EhCacheBasedTicketCacheTests extends TestCase {
|
||||
public void testCacheOperation() throws Exception {
|
||||
EhCacheBasedTicketCache cache = new EhCacheBasedTicketCache();
|
||||
cache.afterPropertiesSet();
|
||||
cache.afterPropertiesSet(); // second run for test coverage
|
||||
|
||||
// Check it gets stored in the cache
|
||||
cache.putTicketInCache(getToken());
|
||||
|
Loading…
x
Reference in New Issue
Block a user