Failing test: TestBufferedCharFilter.Test_Ready #1102
Labels
good-first-issue
Good for newcomers
is:bug
test-failure
up-for-grabs
This issue is open to be worked on by anyone
Milestone
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: