|
|
|
@ -31,8 +31,8 @@ import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; |
|
|
|
import org.springframework.beans.testfixture.beans.TestBean; |
|
|
|
import org.springframework.beans.testfixture.beans.TestBean; |
|
|
|
import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
import org.springframework.context.NoSuchMessageException; |
|
|
|
import org.springframework.context.NoSuchMessageException; |
|
|
|
import org.springframework.context.test.fixtures.AbstractApplicationContextTests; |
|
|
|
import org.springframework.context.testfixture.AbstractApplicationContextTests; |
|
|
|
import org.springframework.context.test.fixtures.beans.TestApplicationListener; |
|
|
|
import org.springframework.context.testfixture.beans.TestApplicationListener; |
|
|
|
import org.springframework.mock.web.test.MockServletContext; |
|
|
|
import org.springframework.mock.web.test.MockServletContext; |
|
|
|
import org.springframework.util.Assert; |
|
|
|
import org.springframework.util.Assert; |
|
|
|
import org.springframework.web.context.support.XmlWebApplicationContext; |
|
|
|
import org.springframework.web.context.support.XmlWebApplicationContext; |
|
|
|
@ -96,7 +96,7 @@ public class XmlWebApplicationContextTests extends AbstractApplicationContextTes |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Overridden as we can't trust superclass method |
|
|
|
* Overridden as we can't trust superclass method |
|
|
|
* @see org.springframework.context.test.fixtures.AbstractApplicationContextTests#testEvents() |
|
|
|
* @see org.springframework.context.testfixture.AbstractApplicationContextTests#testEvents() |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
protected void doTestEvents(TestApplicationListener listener, TestApplicationListener parentListener, |
|
|
|
protected void doTestEvents(TestApplicationListener listener, TestApplicationListener parentListener, |
|
|
|
|