You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2009/12/03 17:15:58 UTC

svn commit: r886838 - /incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs

Author: digy
Date: Thu Dec  3 16:15:55 2009
New Revision: 886838

URL: http://svn.apache.org/viewvc?rev=886838&view=rev
Log:
LUCENENET-316 Unncesary TestFixture Attribute on LocalizedTestCase

Modified:
    incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs

Modified: incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Util/LocalizedTestCase.cs?rev=886838&r1=886837&r2=886838&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs Thu Dec  3 16:15:55 2009
@@ -29,7 +29,6 @@
 	/// not fail under a different environment.
 	/// </p>
 	/// </summary>
-    [TestFixture]
 	public class LocalizedTestCase:LuceneTestCase
 	{
 		/// <summary> Before changing the default Locale, save the default Locale here so that it