biolink / biolinkml

DEPRECATED: replaced by linkml
https://github.com/linkml/linkml
Creative Commons Zero v1.0 Universal
23 stars 12 forks source link

test_mappings_rdf is doomed to always fail #138

Closed cmungall closed 4 years ago

cmungall commented 4 years ago

This always fails for me with the diff:

   "@context": [
-     "file:///Users/solbrig/git/biolink/biolinkml/context.jsonld",
?                     ------------------
+     "file:///Users/cjm/repos/biolinkml/context.jsonld",
?                    ++++++++
-     "file:///Users/solbrig/git/biolink/biolinkml/tests/source/meta_mappings.jsonld",
?                     ------------------
+     "file:///Users/cjm/repos/biolinkml/tests/source/meta_mappings.jsonld",
?                    ++++++++
      {
        "@base": "http://example.org/mappings/"

This is the source file being comapred:

https://github.com/biolink/biolinkml/blob/16cca2c5bda7c773dd8dd772b572fb113b876b81/tests/source/meta_mappings.json#L147-L148

it's impossible to pass this test unless your username is @hsolbrig !

I will disable for now

hsolbrig commented 4 years ago

My username is @hsolbrig -- what's the problem ;-)?

hsolbrig commented 4 years ago

Resolved in the latest testing approach.