Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 13, 2018
1 parent a8111fa commit e6fab20
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,8 @@ class JPAMetadataResolverServiceImplTests extends Specification {

then:
assert metadataResolverRepository.findAll().size() > 0
def mr = metadataResolverRepository.findByName('testme')
def ed = metadataResolver.resolveSingle(new CriteriaSet(new EntityIdCriterion('http://test.scaldingspoon.org/test1')))
def resultString = openSamlObjects.marshalToXmlString(ed)
println resultString
def diff = DiffBuilder.compare(Input.fromString(expectedXML)).withTest(Input.fromString(resultString)).ignoreComments().ignoreWhitespace().build()
!diff.hasDifferences()
}
Expand Down

0 comments on commit e6fab20

Please sign in to comment.