mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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";
|
String text = "north 40";
|
||||||
Collection collection = null;
|
Collection collection = null;
|
||||||
int start = 0;
|
int start = 0;
|
||||||
int limit = 0;
|
int limit = 10;
|
||||||
String locale = null;
|
String locale = null;
|
||||||
// This "farm" Controlled Vocab is included in TestEnvironment data
|
// This "farm" Controlled Vocab is included in TestEnvironment data
|
||||||
// (under /src/test/data/dspaceFolder/) and it should be auto-loaded
|
// (under /src/test/data/dspaceFolder/) and it should be auto-loaded
|
||||||
|
Reference in New Issue
Block a user