Skip to content

Commit 95030a3

Browse files
committed
Fix broken test
1 parent 9a89428 commit 95030a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/orchard/java_test.clj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(ns orchard.java-test
22
(:require
33
[clojure.java.io :as io]
4+
[clojure.java.javadoc :as javadoc]
45
[clojure.test :refer :all]
56
[dynapath.util :as dp]
67
[orchard.java :refer :all]
@@ -11,6 +12,9 @@
1112
(when-not jdk-parser? (println "No JDK parser available!"))
1213
(when-not jdk-sources (println "No JDK sources available!"))
1314

15+
(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
16+
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/")
17+
1418
(deftest resources-test
1519
;; If the JDK resources we wish to load dynamically are present on the file
1620
;; system, test that we've resolved them and added them to the classpath.

0 commit comments

Comments
 (0)