From 9fb0684d41b2538df47eae0ef43b880e0b6b9281 Mon Sep 17 00:00:00 2001 From: Oliver Imlinger Date: Thu, 28 Sep 2023 08:58:52 +0200 Subject: [PATCH] https://github.com/aim42/htmlSanityCheck/issues/306 --- .../htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy b/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy index f73be638..0930620e 100644 --- a/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy +++ b/src/test/groovy/org/aim42/htmlsanitycheck/check/BrokenHttpLinksCheckerSpec.groovy @@ -104,8 +104,7 @@ class BrokenHttpLinksCheckerSpec extends Specification { where: goodUrl << [ "https://junit.org/junit4/javadoc/latest/org/junit/Before.html", "http://plumelib.org/plume-util/api/org/plumelib/util/DeterministicObject.html", - "http://people.csail.mit.edu/cpacheco/publications/randoop-case-study-abstract.html", - "https://douglascayers.com/2015/05/30/how-to-set-custom-java-path-after-installing-jdk-8/" + "http://people.csail.mit.edu/cpacheco/publications/randoop-case-study-abstract.html" ] }