Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Jun 14, 2021
1 parent 3322ad6 commit 5d8fd51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>it.cnr.istc.stlab</groupId>
<artifactId>owl.unit</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>jar</packaging>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import static org.junit.Assert.assertTrue;

import org.junit.Ignore;
import org.junit.Test;

import it.cnr.istc.stlab.owlunit.workers.InferenceVerificationTestExecutor;
Expand All @@ -21,12 +22,12 @@ public void test7() {
e.printStackTrace();
}
}


@Ignore
@Test
public void testMC() {
String URItest = "https://raw.githubusercontent.com/mchiaraf/owl-unit-tests/main/test/iv1.ttl";
String fileIn = "https://raw.githubusercontent.com/mchiaraf/owl-unit-tests/main/test/iv1.ttl";
String URItest = "https://raw.githubusercontent.com/mchiaraf/owl-unit-tests/main/test/iv2.ttl";
String fileIn = "https://raw.githubusercontent.com/mchiaraf/owl-unit-tests/main/test/iv2.ttl";
try {
InferenceVerificationTestExecutor tc = new InferenceVerificationTestExecutor(URItest);
tc.setFileIn(fileIn);
Expand All @@ -35,5 +36,5 @@ public void testMC() {
e.printStackTrace();
}
}

}

0 comments on commit 5d8fd51

Please sign in to comment.