Skip to content

Commit

Permalink
[SHIBUI-1059]
Browse files Browse the repository at this point in the history
remove test code
  • Loading branch information
jj committed Dec 14, 2018
1 parent f4a995f commit 545416f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,14 +408,6 @@ class JPAMetadataResolverServiceImplTests extends Specification {

when:
metadataResolverRepository.save(resolver)
def x = new StringWriter().with {
TransformerFactory.newInstance().newTransformer().with {
it.setOutputProperty(OutputKeys.INDENT, "yes")
it.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2")
it
}.transform(new DOMSource(metadataResolverService.generateConfiguration()), new StreamResult(it))
it
}.toString()

then:
generatedXmlIsTheSameAsExpectedXml('/conf/1059.xml', metadataResolverService.generateConfiguration())
Expand Down

0 comments on commit 545416f

Please sign in to comment.