mirror of https://github.com/apache/lucene.git
- Fixed last night's mistakes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1251ba22c
commit
6618518998
|
@ -179,7 +179,7 @@ public class TestMultiSearcher extends TestCase
|
|||
// performing the same search
|
||||
Hits hits2 = mSearcher2.search(query);
|
||||
|
||||
assertEquals(4, hits.length());
|
||||
assertEquals(4, hits2.length());
|
||||
|
||||
try {
|
||||
// iterating over the hit documents
|
||||
|
@ -221,7 +221,7 @@ public class TestMultiSearcher extends TestCase
|
|||
// performing the same search
|
||||
Hits hits3 = mSearcher3.search(query);
|
||||
|
||||
assertEquals(3, hits.length());
|
||||
assertEquals(3, hits3.length());
|
||||
|
||||
try {
|
||||
// iterating over the hit documents
|
||||
|
|
Loading…
Reference in New Issue