paulirwin opened a new issue, #1102:
URL: https://github.com/apache/lucenenet/issues/1102

   ### Is there an existing issue for this?
   
   - [x] I have searched the existing issues
   
   ### Describe the bug
   
   The `TestBufferedCharFilter.Test_Ready` test was missing the `[Test]` 
attribute, which was added in #1101. This test failed, however. It fails 
because it requires the provided TextReader to be a CharFilter where IsReady is 
true, and the test provides a StringReader that is not a CharFilter. We would 
need to determine if the upstream Harmony test was ported incorrectly, or if we 
need to find or create a CharFilter implementation that can be "ready" for this 
test to pass.
   
   ### Expected Behavior
   
   The test passes.
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Exceptions (if any)
   
   _No response_
   
   ### Lucene.NET Version
   
   _No response_
   
   ### .NET Version
   
   _No response_
   
   ### Operating System
   
   _No response_
   
   ### Anything else?
   
   _No response_


-- 
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: dev-unsubscr...@lucenenet.apache.org.apache.org

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

Reply via email to