diff options
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/endomorph')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/endomorph/DependencyGraphTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/endomorph/DependencyGraphTest.java b/test/uk/ac/ox/cs/pagoda/endomorph/DependencyGraphTest.java index eec1e8f..a4579a3 100644 --- a/test/uk/ac/ox/cs/pagoda/endomorph/DependencyGraphTest.java +++ b/test/uk/ac/ox/cs/pagoda/endomorph/DependencyGraphTest.java | |||
| @@ -2,6 +2,7 @@ package uk.ac.ox.cs.pagoda.endomorph; | |||
| 2 | 2 | ||
| 3 | import org.semanticweb.owlapi.apibinding.OWLManager; | 3 | import org.semanticweb.owlapi.apibinding.OWLManager; |
| 4 | import org.semanticweb.owlapi.model.*; | 4 | import org.semanticweb.owlapi.model.*; |
| 5 | import org.testng.Assert; | ||
| 5 | import org.testng.annotations.Test; | 6 | import org.testng.annotations.Test; |
| 6 | import uk.ac.ox.cs.JRDFox.model.GroundTerm; | 7 | import uk.ac.ox.cs.JRDFox.model.GroundTerm; |
| 7 | import uk.ac.ox.cs.JRDFox.model.Individual; | 8 | import uk.ac.ox.cs.JRDFox.model.Individual; |
| @@ -54,6 +55,6 @@ public class DependencyGraphTest { | |||
| 54 | 55 | ||
| 55 | dependencyGraph.build(tuples); | 56 | dependencyGraph.build(tuples); |
| 56 | 57 | ||
| 57 | System.out.println(dependencyGraph.getTopologicalOrder()); | 58 | Assert.assertTrue(dependencyGraph.getTopologicalOrder().size() >= 2); |
| 58 | } | 59 | } |
| 59 | } | 60 | } |
