mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
SEC-271: added LogoutFilterBeanDefinitionParserTests
This commit is contained in:
parent
1203e9858a
commit
ee2eac5a51
@ -0,0 +1,21 @@
|
|||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
package org.acegisecurity.config;
|
||||||
|
|
||||||
|
import org.springframework.context.ApplicationContext;
|
||||||
|
import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||||
|
|
||||||
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author vpuri
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class LogoutFilterBeanDefinitionParserTests extends TestCase {
|
||||||
|
|
||||||
|
public void testXX(){
|
||||||
|
ApplicationContext context = new ClassPathXmlApplicationContext("org/acegisecurity/config/logout-filter-with-handlers.xml");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user