htmlSanityCheck icon indicating copy to clipboard operation
htmlSanityCheck copied to clipboard

Tests: BrokenHttpLinksCheckerSpec is broken

Open rdmueller opened this issue 3 years ago • 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.

rdmueller avatar Jan 14 '22 15:01 rdmueller

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

ascheman avatar Jan 04 '23 08:01 ascheman