VIVO-946 Add labels of objects across Role nodes.

This commit is contained in:
j2blake 2015-02-27 15:41:41 -05:00
parent 4e6ae2daec
commit 6166b48357
3 changed files with 103 additions and 33 deletions

View file

@ -126,6 +126,9 @@ public class LabelsAcrossContextNodesTest extends AbstractTestClass {
lacn = new LabelsAcrossContextNodes();
lacn.setContextModels(models);
lacn.setIncomingProperty(CORE_RELATED_BY);
lacn.setOutgoingProperty(CORE_RELATES);
lacn.validate();
}
// ----------------------------------------------------------------------