Closed petervandenabeele closed 10 years ago
It seems that at some point Kernel/OpenURI.open became more picky about unexpected options. my own development skips this path, as I use a local copy of the tests, so thanks for finding. Note, the same pattern exists in many of the other gems, so this fix will need to be repeated.
This is not an issue in RDF::Util::File.open_file, as it no longer uses Kernel.open.
Thanks, all tests pass now :-)
(and I can successfully import a Webprotege OWL2 ontology that I exported in turtle format).
I am quite confused by this Rspec failure.
I have uploaded the latest rdf-turtle, rdf, ...
This exact same test passed 5 days ago on Travis (I also replayed all the travis commands and that all passed, up to the failure below).
The failure occurs in
when trying to read from:
I am puzzled by the "unrecognized option: base_uri ...".
More context at the bottom of this ticket.
Thanks !
Some set-up:
Also trying to replay the succesfull Travis tests ...