Skip to content

Commit

Permalink
Remove dropped_axiom regression test #98
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Feb 7, 2024
1 parent 8840e75 commit be389e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
52 changes: 0 additions & 52 deletions docs/examples/dropped_axiom.owl

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -236,18 +236,6 @@ public void testExecute() throws Exception {
runCommand(command);
}

// Regression test for dropped axiom should fail:
// https://github.com/ontodev/robot/issues/98
boolean passed = true;
try {
runCommand("robot convert -i dropped_axiom.owl -o " + "results/dropped_axiom.owl");
} catch (Exception e) {
passed = false;
}
if (passed) {
throw new Exception("dropped_axiom.owl test should fail but it passed");
}

compareResults();
}
}

0 comments on commit be389e5

Please sign in to comment.