mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
fixed accidental test failures
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<bean id="pDavid" class="test.beans.TestBean" scope="prototype">
|
||||
<bean id="pDavid" class="test.beans.DerivedTestBean" scope="prototype">
|
||||
<property name="name"><value>David</value></property>
|
||||
<property name="age"><value>27</value></property>
|
||||
<property name="actualSpouse" value="Jen"/>
|
||||
|
||||
Reference in New Issue
Block a user