mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-2462] Repair merge damage. #2825
This commit is contained in:

committed by
Mark H. Wood

parent
ce3670b58a
commit
7b0a762a4a
@@ -287,7 +287,7 @@ public class SolrLoggerServiceImplIT
|
||||
// Check that the correct documents (and only those) are gone.
|
||||
QueryResponse response = instance.query(Q_ALL, null, null,
|
||||
Integer.MAX_VALUE, -1,
|
||||
null, null, null, null, null, true);
|
||||
null, null, null, null, null, true, 0);
|
||||
long nDocs = 0;
|
||||
for (SolrDocument document : response.getResults()) {
|
||||
nDocs++;
|
||||
|
Reference in New Issue
Block a user