Skip to content

Commit b12aca7

Browse files
committed
FIX sbt test in forms (TestFormSaver, etc):
https://raw.githubusercontent.com replaced by https://rawgit.com NOTE: raw.githubusercontent.com sends file as text/plain , and Jena 3.3.0 has a regression reading such URL: org.apache.jena.riot.RDFDataMgr.loadGraph("https://raw.githubusercontent.com/jmvanel/rdf-i18n/master/foaf/foaf.fr.ttl") [info] All tests passed. [success] Total time: 13 s
1 parent e28e5a9 commit b12aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package deductions.runtime.sparql_cache
22

33
trait SitesURLForDownload {
4-
val githubcontent: String = "https://raw.githubusercontent.com"
4+
val githubcontent: String = "https://rawgit.com" // https://raw.githubusercontent.com"
55
}

0 commit comments

Comments
 (0)