mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix test - DSpaceControlledVocabulary now honor the pagination
This commit is contained in:
@@ -78,7 +78,7 @@ public class DSpaceControlledVocabularyTest extends AbstractDSpaceTest {
|
||||
String text = "north 40";
|
||||
Collection collection = null;
|
||||
int start = 0;
|
||||
int limit = 0;
|
||||
int limit = 10;
|
||||
String locale = null;
|
||||
// This "farm" Controlled Vocab is included in TestEnvironment data
|
||||
// (under /src/test/data/dspaceFolder/) and it should be auto-loaded
|
||||
|
Reference in New Issue
Block a user