Skip to content

Commit

Permalink
https://github.com/aim42/htmlSanityCheck/issues/306
Browse files Browse the repository at this point in the history
  • Loading branch information
oliva123456 committed Sep 28, 2023
1 parent 01aa2e7 commit 9fb0684
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

Expand Down

0 comments on commit 9fb0684

Please sign in to comment.