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/02/08 14:32:18 UTC

[39/53] [abbrv] lucenenet git commit: Lucene.Net.Tests.Expressions: added exceptions for naming of fields in JavascriptLexer

Lucene.Net.Tests.Expressions: added exceptions for naming of fields in JavascriptLexer


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

Branch: refs/heads/api-work
Commit: 546dfe408d93720bc64be018796556819031faf4
Parents: 8ca0267
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Feb 8 17:17:24 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Feb 8 21:08:24 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/546dfe40/src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs b/src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs
index bdb7ae8..1d0c034 100644
--- a/src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs
+++ b/src/Lucene.Net.Tests.Expressions/TestApiConsistency.cs
@@ -21,7 +21,7 @@ namespace Lucene.Net.Tests.Expressions
         [TestCase(typeof(Lucene.Net.Expressions.Bindings))]
         public override void TestPrivateFieldNames(Type typeFromTargetAssembly)
         {
-            base.TestPrivateFieldNames(typeFromTargetAssembly);
+            base.TestPrivateFieldNames(typeFromTargetAssembly, @"JS\.JavascriptLexer\.DFA9_");
         }
 
         [Test, LuceneNetSpecific]