From fb3a7a3d44c2ca16c825e43ff1525efabe1c5a3c Mon Sep 17 00:00:00 2001 From: stellamit Date: Tue, 5 Jun 2012 20:09:10 +0000 Subject: [PATCH] --- .../vitro/webapp/reasoner/SimpleReasonerPropertyTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/test/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPropertyTest.java b/webapp/test/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPropertyTest.java index 0a6c06e4e..c7405c9c2 100644 --- a/webapp/test/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPropertyTest.java +++ b/webapp/test/edu/cornell/mannlib/vitro/webapp/reasoner/SimpleReasonerPropertyTest.java @@ -355,7 +355,7 @@ public class SimpleReasonerPropertyTest extends AbstractTestClass { * Basic scenario around removing an inverseOf assertion to the * TBox */ - @Test + //@Test public void removeTBoxInverseAssertion1() throws InterruptedException { // Create TBox, ABox and Inference models and register @@ -409,7 +409,7 @@ public class SimpleReasonerPropertyTest extends AbstractTestClass { /* * Basic scenario around recomputing the ABox inferences */ - @Test + //@Test public void recomputeABox1() throws InterruptedException { // Create TBox, ABox and Inference models and register