Skip to content

Commit 72d5a32

Browse files
committed
Added schema version to test XML config file
This commit adds an explicit version to the updated XML configuration file in order to avoid build errors in IntelliJ IDEA 12.
1 parent 95c1255 commit 72d5a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/context/junit4/aci/xml/MultipleInitializersXmlConfigTests-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
3+
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
44

55
<bean id="foo" class="java.lang.String">
66
<constructor-arg value="foo" />

0 commit comments

Comments
 (0)