[DS-2462] Repair merge damage. #2825

This commit is contained in:
Mark H. Wood
2021-08-31 13:19:52 -04:00
committed by Mark H. Wood
parent ce3670b58a
commit 7b0a762a4a

View File

@@ -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++;