epugh opened a new pull request, #947:
URL: https://github.com/apache/solr/pull/947

   https://issues.apache.org/jira/browse/SOLR-16300
   
   
   # Description
   intellij has flagged various deprecations in how we assert in our tests.   
   
   # Solution
   
   This PR has two approaches for migrating.  One is to use the non deprecated 
class MatcherAssert, the other is to override the deprecated method from the 
`org.junit.Assert` class that our tests inherit from, and use the non 
deprecated class.
   
   # Tests
   
   Ran `gw test` successfully.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to