[ 
https://issues.apache.org/jira/browse/LUCENENET-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777679#action_12777679
 ] 

George Aroush commented on LUCENENET-233:
-----------------------------------------

Commit away.  Thanks DIGY!

Regarding your question about TestDirectoryReader.java, it is a complete 
ported.  The test case "_testTermVectors" should not execute.  My script 
automatically added "[Test]" to it when it shouldn't.  In Java, only method 
names that start with the string "test" are executed via JUnit.  I'm fixing 
"_testTermVectors" by removing the "[Test}" attribute so it doesn't get 
executed when NUnit runs.

Thanks for catching this.


> TestDirectoryReader bug
> -----------------------
>
>                 Key: LUCENENET-233
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-233
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Digy
>         Attachments: TestDirectoryReader.patch
>
>
> With the patch, 4/5 tests pass.
> Goerge, I see other test cases in TestDirectoryReader.java. Why haven't they 
> been ported to .NET? or why this still failing case "_testTermVectors" has 
> been ported?
> DIGY

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to