|
|
|
|
@ -17,17 +17,16 @@
@@ -17,17 +17,16 @@
|
|
|
|
|
package org.springframework.scripting.groovy; |
|
|
|
|
|
|
|
|
|
import static org.junit.Assert.*; |
|
|
|
|
import groovy.lang.DelegatingMetaClass; |
|
|
|
|
import groovy.lang.GroovyObject; |
|
|
|
|
|
|
|
|
|
import java.io.FileNotFoundException; |
|
|
|
|
import java.util.Arrays; |
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
|
import groovy.lang.DelegatingMetaClass; |
|
|
|
|
import groovy.lang.GroovyObject; |
|
|
|
|
import junit.framework.TestCase; |
|
|
|
|
import org.easymock.MockControl; |
|
|
|
|
import org.junit.Ignore; |
|
|
|
|
import org.junit.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.aop.support.AopUtils; |
|
|
|
|
import org.springframework.aop.target.dynamic.Refreshable; |
|
|
|
|
import org.springframework.beans.TestBean; |
|
|
|
|
@ -318,6 +317,7 @@ public class GroovyScriptFactoryTests {
@@ -318,6 +317,7 @@ public class GroovyScriptFactoryTests {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Ignore // see http://build.springframework.org/browse/SPR-TRUNKQUICK-908
|
|
|
|
|
@Test |
|
|
|
|
public void testResourceScriptFromTag() throws Exception { |
|
|
|
|
ClassPathXmlApplicationContext ctx = new ClassPathXmlApplicationContext("groovy-with-xsd.xml", getClass()); |
|
|
|
|
|