adding runnable method

This commit is contained in:
stellamit 2011-10-28 18:55:20 +00:00
parent ef65f2e0c5
commit 9ae88c1933

View file

@ -14,7 +14,7 @@ import edu.cornell.mannlib.vitro.testing.AbstractTestClass;
public class UpdateKnowledgeBaseTest extends AbstractTestClass { public class UpdateKnowledgeBaseTest extends AbstractTestClass {
//@org.junit.Test //@org.junit.Test
public void testMigrateDisplayModel() { public void testMigrateDisplayModel12() {
String version12DisplayModel = "\n" + String version12DisplayModel = "\n" +
" <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#PrimaryLuceneIndex> " + " <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#PrimaryLuceneIndex> " +
@ -52,4 +52,10 @@ public class UpdateKnowledgeBaseTest extends AbstractTestClass {
} }
@org.junit.Test
public void testMigrateDisplayModel13() {
return;
}
} }