Github user synhershko commented on a diff in the pull request:

    https://github.com/apache/lucenenet/pull/177#discussion_r73789830
  
    --- Diff: 
src/Lucene.Net.Tests/core/Codecs/Lucene3x/TestLucene3xStoredFieldsFormat.cs ---
    @@ -35,7 +35,8 @@ protected override Codec Codec
             {
                 get
                 {
    -                return new PreFlexRWCodec();
    +                Assert.IsTrue(OLD_FORMAT_IMPERSONATION_IS_ACTIVE, "This 
should have been set up in the test fixture");
    --- End diff --
    
    why are you assuming this to be true here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to