aim42/htmlSanityCheck

Tests: BrokenHttpLinksCheckerSpec is broken

rdmueller opened this issue · 1 comments

Condition not satisfied:

collector.getFindings().size() == 1
|         |             |      |
|         []            0      false
Checking results for External Links Check
 1 anchor href attribute checked,
 0 finding(s)
[]

	at org.aim42.htmlsanitycheck.check.BrokenHttpLinksCheckerSpec.redirects are recognized and their new location is contained in warning message(BrokenHttpLinksCheckerSpec.groovy:218)

https://github.com/aim42/htmlSanityCheck/blob/master/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy#L205

I guess the old arc42 site has changed so that this test is broken.

Didn't see this issue but ran into the very same problem - and tried to resolve it with 5fe38a1.
Please close the issue, if you consider this a proper fix.