disabling test temporarily

This commit is contained in:
stellamit 2012-06-25 22:03:51 +00:00
parent 4d211de307
commit aec221e10d

View file

@ -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());
*/
}
}
}