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/23 22:30:31 UTC

svn commit: r883506 - /incubator/lucene.net/trunk/C#/src/Test/Search/TestSort.cs

Author: digy
Date: Mon Nov 23 21:30:30 2009
New Revision: 883506

URL: http://svn.apache.org/viewvc?rev=883506&view=rev
Log: (empty)

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

Modified: incubator/lucene.net/trunk/C#/src/Test/Search/TestSort.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Search/TestSort.cs?rev=883506&r1=883505&r2=883506&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Search/TestSort.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Search/TestSort.cs Mon Nov 23 21:30:30 2009
@@ -1110,7 +1110,7 @@
 					{
 						TopDocsCollector tdc = TopFieldCollector.create(sort[i], 10, tfcOptions[j][0], tfcOptions[j][1], tfcOptions[j][2], false);
 						
-						Assert.IsTrue(tdc.GetType().FullName.EndsWith("$" + actualTFCClasses[j]));
+						Assert.IsTrue(tdc.GetType().FullName.EndsWith("+" + actualTFCClasses[j]));
 						
 						full.Search(bq, tdc);