fixed accidental test failures

This commit is contained in:
Juergen Hoeller
2009-08-25 13:49:10 +00:00
parent 9a48f3f3a8
commit 04cd95ff50
4 changed files with 29 additions and 29 deletions
@@ -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"/>