You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/01/25 03:44:11 UTC

[27/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestIndexWriterExceptions: added new keyword to DoFail because it conflicts with a field of the same name in the base class

Lucene.Net.Tests.Core.Index.TestIndexWriterExceptions: added new keyword to DoFail because it conflicts with a field of the same name in the base class


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/1e116111
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/1e116111
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/1e116111

Branch: refs/heads/api-work
Commit: 1e11611151755ebffa2d9eff08bad3a3bd422323
Parents: e682342
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Jan 25 04:45:09 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Jan 25 09:34:47 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1e116111/src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs b/src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs
index ff7bd8a..5d45b7d 100644
--- a/src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs
+++ b/src/Lucene.Net.Tests/core/Index/TestIndexWriterExceptions.cs
@@ -702,7 +702,7 @@ namespace Lucene.Net.Index
 
         private class FailOnlyOnFlush : MockDirectoryWrapper.Failure
         {
-            internal bool DoFail = false;
+            new internal bool DoFail = false;
             internal int Count;
 
             public override void SetDoFail()