Skip to content

Commit 2ca6b47

Browse files
author
graeme
committed
attempted fix for build server problems
git-svn-id: https://svn.codehaus.org/grails/trunk@4616 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent d986443 commit 2ca6b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/groovy/org/codehaus/groovy/grails/web/taglib/AbstractGrailsTagTests.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ AbstractDependencyInjectionSpringContextTests {
131131
appCtx = springConfig.getApplicationContext()
132132
mockManager.applicationContext = appCtx
133133
servletContext.setAttribute( GrailsApplicationAttributes.APPLICATION_CONTEXT, appCtx)
134+
GroovySystem.metaClassRegistry.removeMetaClass(String.class)
135+
GroovySystem.metaClassRegistry.removeMetaClass(Object.class)
134136
mockManager.doDynamicMethods()
135137
request = webRequest.currentRequest
136138
request.characterEncoding = "utf-8"

0 commit comments

Comments
 (0)