You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by rm...@apache.org on 2010/03/15 20:51:35 UTC

svn commit: r923409 - /lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java

Author: rmuir
Date: Mon Mar 15 19:51:34 2010
New Revision: 923409

URL: http://svn.apache.org/viewvc?rev=923409&view=rev
Log:
the result difference is now explained, due to LUCENE-2286

Modified:
    lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java

Modified: lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java?rev=923409&r1=923408&r2=923409&view=diff
==============================================================================
--- lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java (original)
+++ lucene/solr/branches/solr/contrib/clustering/src/test/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngineTest.java Mon Mar 15 19:51:34 2010
@@ -45,7 +45,6 @@ public class CarrotClusteringEngineTest 
     checkEngine(getClusteringEngine("default"), 10);
   }
 
-  // nocommit, what is wrong with this test: get the carrot2 guys to investigate
   public void testProduceSummary() throws Exception {
     ModifiableSolrParams solrParams = new ModifiableSolrParams();
     solrParams.add(CarrotParams.SNIPPET_FIELD_NAME, "snippet");