You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pa...@apache.org on 2015/01/15 17:34:08 UTC

lucenenet git commit: Remove another invalid Test attribute

Repository: lucenenet
Updated Branches:
  refs/heads/master 78540279a -> 00d3d5f11


Remove another invalid Test attribute


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

Branch: refs/heads/master
Commit: 00d3d5f111ac7e43382dad129080825342169f81
Parents: 7854027
Author: Paul Irwin <pa...@apache.org>
Authored: Thu Jan 15 11:33:42 2015 -0500
Committer: Paul Irwin <pa...@apache.org>
Committed: Thu Jan 15 11:33:42 2015 -0500

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/00d3d5f1/src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs b/src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs
index 9a264b7..a36369b 100644
--- a/src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs
+++ b/src/Lucene.Net.Tests/core/Search/TestPrefixRandom.cs
@@ -145,7 +145,6 @@ namespace Lucene.Net.Search
         /// check that the # of hits is the same as from a very
         /// simple prefixquery implementation.
         /// </summary>
-        [Test]
         private void AssertSame(string prefix)
         {
             PrefixQuery smart = new PrefixQuery(new Term("field", prefix));