Browse Source

RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class)

Duh: bitten by the classpath*: again

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2199 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
David Syer 16 years ago
parent
commit
726ac13389
  1. 2
      org.springframework.context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsTests.xml

2
org.springframework.context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsTests.xml

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
<lang:defaults refresh-check-delay="5000"/>
<lang:groovy id="testBean" name="/url" script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>
<lang:groovy id="testBean" name="/url" script-source="classpath*:org/springframework/scripting/config/TestBean.groovy"/>
<lang:groovy id="nonRefreshableTestBean" refresh-check-delay="-1"
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>

Loading…
Cancel
Save