development for NIHVIVO-2578 and NIHVIVO-2314

This commit is contained in:
stellamit 2011-05-03 16:39:06 +00:00
parent 66b02af3e8
commit de5c5ff7de
2 changed files with 78 additions and 18 deletions

View file

@ -4,7 +4,6 @@ package edu.cornell.mannlib.vitro.webapp.reasoner;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
@ -23,7 +22,6 @@ import com.hp.hpl.jena.vocabulary.RDF;
import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
import edu.cornell.mannlib.vitro.webapp.reasoner.support.SimpleReasonerTBoxListener;
import freemarker.ext.dump.BaseDumpDirective;
public class SimpleReasonerTest extends AbstractTestClass {