msokolov commented on a change in pull request #562: Don't create a LeafCollector when the Scorer for the leaf is null URL: https://github.com/apache/lucene-solr/pull/562#discussion_r255061376
########## File path: lucene/test-framework/src/java/org/apache/lucene/search/QueryUtils.java ########## @@ -40,9 +39,9 @@ import org.apache.lucene.util.LuceneTestCase; import org.apache.lucene.util.Version; -import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertFalse; -import static junit.framework.Assert.assertTrue; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; Review comment: It's not required. I did it because junit.framework.Assert is deprecated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
