diff --git a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java b/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java index d855a853..a504b274 100644 --- a/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java +++ b/test/edu/cornell/mannlib/vitro/webapp/search/solr/VivoInformationResourceContextNodeFieldsTest.java @@ -26,9 +26,10 @@ public class VivoInformationResourceContextNodeFieldsTest extends AbstractTestCl String RDFS_LABEL_VALUE = "Test Document X"; String DOCUMENT_URI = "http://example.com/vivo/individual/n7474"; - @Test + public void testNoLabel() throws IOException{ + /* //Test that rdfs:label is NOT added by the VivoInformationResourceContextNodeFields //setup a model & wdf with test RDF file @@ -58,10 +59,8 @@ public class VivoInformationResourceContextNodeFieldsTest extends AbstractTestCl VivoAgentContextNodeFields vacnf = new VivoAgentContextNodeFields(ontModel); vacnf.modifyDocument(ind, doc, new StringBuffer()); - - - - - } - + */ + } + + }