Merge branch 'develop' into feature/fauxEditing

This commit is contained in:
Jim Blake 2014-10-24 11:00:01 -04:00
commit 59ad0c9aa2
18 changed files with 18 additions and 20 deletions

View file

@ -4,7 +4,7 @@ package edu.cornell.mannlib.vitro.webapp.controller.edit;
import java.util.Set; import java.util.Set;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;

View file

@ -7,7 +7,7 @@ import static org.easymock.EasyMock.*;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -5,7 +5,7 @@ package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.io.StringReader; import java.io.StringReader;
import java.util.List; import java.util.List;
import junit.framework.Assert; import org.junit.Assert;
import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory; import com.hp.hpl.jena.rdf.model.ModelFactory;

View file

@ -6,7 +6,7 @@ import java.io.ByteArrayOutputStream;
import java.io.PrintStream; import java.io.PrintStream;
import java.io.StringReader; import java.io.StringReader;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -5,9 +5,8 @@ package edu.cornell.mannlib.vitro.webapp.dao.jena;
import java.io.InputStream; import java.io.InputStream;
import java.lang.reflect.Field; import java.lang.reflect.Field;
import junit.framework.Assert;
import org.apache.log4j.Level; import org.apache.log4j.Level;
import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
@ -19,7 +18,6 @@ import com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler;
import edu.cornell.mannlib.vitro.testing.AbstractTestClass; import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
import edu.cornell.mannlib.vitro.webapp.controller.freemarker.UrlBuilder; import edu.cornell.mannlib.vitro.webapp.controller.freemarker.UrlBuilder;
import edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary;
import edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenu; import edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenu;
import edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MenuItem; import edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MenuItem;

View file

@ -2,7 +2,7 @@
package edu.cornell.mannlib.vitro.webapp.dao.jena; package edu.cornell.mannlib.vitro.webapp.dao.jena;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Ignore; import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;

View file

@ -8,7 +8,7 @@ import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
import junit.framework.Assert; import org.junit.Assert;
import com.hp.hpl.jena.ontology.OntModel; import com.hp.hpl.jena.ontology.OntModel;
import com.hp.hpl.jena.ontology.OntModelSpec; import com.hp.hpl.jena.ontology.OntModelSpec;

View file

@ -2,7 +2,7 @@
package edu.cornell.mannlib.vitro.webapp.edit.n3editing; package edu.cornell.mannlib.vitro.webapp.edit.n3editing;
import junit.framework.Assert; import org.junit.Assert;
import org.apache.commons.io.output.NullOutputStream; import org.apache.commons.io.output.NullOutputStream;
import org.junit.Test; import org.junit.Test;

View file

@ -4,7 +4,7 @@ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo;
import java.util.Collections; import java.util.Collections;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -1,7 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo; package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;

View file

@ -8,7 +8,7 @@ import java.io.StringReader;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -7,7 +7,7 @@ import java.util.List;
import javax.servlet.ServletResponse; import javax.servlet.ServletResponse;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;

View file

@ -6,7 +6,7 @@ package edu.cornell.mannlib.vitro.webapp.search.controller;
import java.util.List; import java.util.List;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;

View file

@ -2,7 +2,7 @@
package edu.cornell.mannlib.vitro.webapp.search.indexing; package edu.cornell.mannlib.vitro.webapp.search.indexing;
import junit.framework.Assert; import org.junit.Assert;
import org.apache.log4j.Level; import org.apache.log4j.Level;
import org.junit.Ignore; import org.junit.Ignore;

View file

@ -4,7 +4,7 @@ package edu.cornell.mannlib.vitro.webapp.servlet.setup;
import java.io.StringReader; import java.io.StringReader;
import junit.framework.Assert; import org.junit.Assert;
import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.Model;
import com.hp.hpl.jena.rdf.model.ModelFactory; import com.hp.hpl.jena.rdf.model.ModelFactory;

View file

@ -4,7 +4,7 @@ package edu.cornell.mannlib.vitro.webapp.utils.ingest;
import java.io.StringWriter; import java.io.StringWriter;
import junit.framework.Assert; import org.junit.Assert;
import org.apache.commons.logging.Log; import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory; import org.apache.commons.logging.LogFactory;

View file

@ -2,7 +2,7 @@
package edu.cornell.mannlib.vitro.webapp.utils.jena; package edu.cornell.mannlib.vitro.webapp.utils.jena;
import junit.framework.Assert; import org.junit.Assert;
import edu.cornell.mannlib.vitro.testing.AbstractTestClass; import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
import org.junit.Test; import org.junit.Test;

View file

@ -4,7 +4,7 @@ package edu.cornell.mannlib.vitro.webapp.web;
import java.util.Map; import java.util.Map;
import junit.framework.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;