Skip to content

Commit

Permalink
[SHIBUI-984]
Browse files Browse the repository at this point in the history
remove debug work
  • Loading branch information
jj committed Dec 7, 2018
1 parent 6cd8cdd commit 81b0fed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ class JPAMetadataResolverServiceImplTests extends Specification {
when:
metadataResolverService.reloadFilters('testme984')
def ed = metadataResolver.resolveSingle(new CriteriaSet(new EntityIdCriterion('http://test.scaldingspoon.org/test1')))
def x2 = openSamlObjects.marshalToXmlString(ed)

then:
!DiffBuilder.compare(Input.fromStream(this.class.getResourceAsStream('/metadata/984-3-expected.xml'))).withTest(Input.fromString(openSamlObjects.marshalToXmlString(ed))).ignoreComments().ignoreWhitespace().build().hasDifferences()
Expand Down

0 comments on commit 81b0fed

Please sign in to comment.