diff options
author | Federico Igne <git@federicoigne.com> | 2021-10-03 11:16:03 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2021-10-03 11:16:03 +0100 |
commit | 297c88902b27030cb9f6004c51ccae18eb453933 (patch) | |
tree | 6aa357e19e0bac02dbc7322f018009dac9dbf492 /src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala | |
parent | 2aa8094df2eb9fde48c8073fbdbb2ebcc42fdbf0 (diff) | |
download | RSAComb-297c88902b27030cb9f6004c51ccae18eb453933.tar.gz RSAComb-297c88902b27030cb9f6004c51ccae18eb453933.zip |
Temporary comment unit test
Diffstat (limited to 'src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala')
-rw-r--r-- | src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala b/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala index 8d363e9..54fcf64 100644 --- a/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala +++ b/src/test/scala/uk/ac/ox/cs/rsacomb/CanonicalModelSpec.scala | |||
@@ -45,7 +45,7 @@ object Ontology1_CanonicalModelSpec { | |||
45 | def base(str: String): IRI = | 45 | def base(str: String): IRI = |
46 | IRI.create("http://example.com/rsa_example.owl#" + str) | 46 | IRI.create("http://example.com/rsa_example.owl#" + str) |
47 | 47 | ||
48 | val ontology_path: File = new File("examples/example1.ttl") | 48 | val ontology_path = os.pwd / "examples" / "example1.ttl" |
49 | val ontology = Ontology(ontology_path, List()).approximate(new Lowerbound) | 49 | val ontology = Ontology(ontology_path, List()).approximate(new Lowerbound) |
50 | val program = ontology.canonicalModel | 50 | val program = ontology.canonicalModel |
51 | val converter = program.CanonicalModelConverter | 51 | val converter = program.CanonicalModelConverter |