Skip to content

Commit d9e602e

Browse files
committed
#15237 - do not ignore test that now passes successfully
1 parent f44b6a2 commit d9e602e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

grails-test-suite-web/src/test/groovy/org/grails/plugins/web/rest/render/xml/DefaultXmlRendererSpec.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
package org.grails.plugins.web.rest.render.xml
2020

21-
import groovy.transform.CompileStatic
2221
import groovy.xml.XmlSlurper
2322
import grails.converters.XML
2423
import grails.core.DefaultGrailsApplication
@@ -36,7 +35,6 @@ import org.grails.web.servlet.mvc.GrailsWebRequest
3635
import org.springframework.mock.web.MockHttpServletRequest
3736
import org.springframework.mock.web.MockHttpServletResponse
3837
import org.springframework.mock.web.MockServletContext
39-
import spock.lang.PendingFeature
4038
import spock.lang.Specification
4139

4240
/**
@@ -56,7 +54,6 @@ class DefaultXmlRendererSpec extends Specification implements DomainUnitTest<Xml
5654
ConvertersConfigurationHolder.clear()
5755
}
5856

59-
@PendingFeature(reason = 'java.lang.IllegalAccessException: class org.grails.web.converters.marshaller.xml.GenericJavaBeanMarshaller cannot access a member of class org.grails.datastore.mapping.model.MappingFactory$1 with modifiers "public"')
6057
void 'Test that XML renderer writes XML to the response for a domain instance'() {
6158
when: 'A domain instance is rendered'
6259
def renderer = new DefaultXmlRenderer(XmlBook)

0 commit comments

Comments
 (0)