mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[DS-806] Item.match() incorrect logic for schema testing
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6053 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -290,8 +290,6 @@ public class ItemTest extends AbstractDSpaceObjectTest
|
||||
DCValue[] dc = it.getMetadata(schema, element, qualifier, lang);
|
||||
assertThat("testGetMetadata_4args 0",dc,notNullValue());
|
||||
assertTrue("testGetMetadata_4args 1",dc.length == 0);
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user