fixed broken tests
+ ACATest was changed to ACATester during the move to Spring Build, but test-servlet.xml was not updated to reflect. This was resulting in NoSuchBeanDefinitionExceptions.
This commit is contained in:
parent
f7dcf26193
commit
c04c06f27e
|
|
@ -11,9 +11,9 @@
|
||||||
<property name="basenamePrefix"><value>org/springframework/web/context/WEB-INF/test-</value></property>
|
<property name="basenamePrefix"><value>org/springframework/web/context/WEB-INF/test-</value></property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean id="aca" class="org.springframework.context.ACATest"/>
|
<bean id="aca" class="org.springframework.context.ACATester"/>
|
||||||
|
|
||||||
<bean id="aca-prototype" class="org.springframework.context.ACATest" scope="prototype"/>
|
<bean id="aca-prototype" class="org.springframework.context.ACATester" scope="prototype"/>
|
||||||
|
|
||||||
<bean id="rod" class="org.springframework.beans.TestBean">
|
<bean id="rod" class="org.springframework.beans.TestBean">
|
||||||
<property name="name"><value>Rod</value></property>
|
<property name="name"><value>Rod</value></property>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue