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/11/14 19:39:56 UTC

svn commit: r836237 - /incubator/lucene.net/trunk/C#/src/Test/TestSupportClass.cs

Author: digy
Date: Sat Nov 14 18:39:56 2009
New Revision: 836237

URL: http://svn.apache.org/viewvc?rev=836237&view=rev
Log:
TestSupportClass: a small correction

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

Modified: incubator/lucene.net/trunk/C#/src/Test/TestSupportClass.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/TestSupportClass.cs?rev=836237&r1=836236&r2=836237&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/TestSupportClass.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/TestSupportClass.cs Sat Nov 14 18:39:56 2009
@@ -56,7 +56,7 @@
                 }
             }
 
-            Assert.Fail("Lucene.Net TestCases:" + countSupport + " Others TestCases:" + countOther);
+            Assert.Fail("Lucene.Net TestCases:" + countSupport + "     Other TestCases:" + countOther);
         }
     }