+ add test for XML config with errors
This commit is contained in:
Costin Leau
2010-10-28 17:49:49 +00:00
parent c13905ad16
commit 6ef987bced

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:p="http://www.springframework.org/schema/c"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="error" class="org.springframework.beans.TestBean" c:name="error-bean">
<constructor-arg name="name" value="error-bean"/>
</bean>
</beans>