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

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

Author: aroush
Date: Sun Nov  8 14:03:30 2009
New Revision: 833881

URL: http://svn.apache.org/viewvc?rev=833881&view=rev
Log:
Fixed JUnit test-cases for: LocalizedTestCase.cs

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=833881&r1=833880&r2=833881&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Util/LocalizedTestCase.cs Sun Nov  8 14:03:30 2009
@@ -30,7 +30,7 @@
 	/// </p>
 	/// </summary>
     [TestFixture]
-	public abstract class LocalizedTestCase:LuceneTestCase
+	public class LocalizedTestCase:LuceneTestCase
 	{
 		/// <summary> Before changing the default Locale, save the default Locale here so that it
 		/// can be restored.