We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d986443 commit 2ca6b47Copy full SHA for 2ca6b47
test/groovy/org/codehaus/groovy/grails/web/taglib/AbstractGrailsTagTests.groovy
@@ -131,6 +131,8 @@ AbstractDependencyInjectionSpringContextTests {
131
appCtx = springConfig.getApplicationContext()
132
mockManager.applicationContext = appCtx
133
servletContext.setAttribute( GrailsApplicationAttributes.APPLICATION_CONTEXT, appCtx)
134
+ GroovySystem.metaClassRegistry.removeMetaClass(String.class)
135
+ GroovySystem.metaClassRegistry.removeMetaClass(Object.class)
136
mockManager.doDynamicMethods()
137
request = webRequest.currentRequest
138
request.characterEncoding = "utf-8"
0 commit comments