You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2013/01/14 22:40:46 UTC

svn commit: r1433150 - /lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java

Author: mikemccand
Date: Mon Jan 14 21:40:45 2013
New Revision: 1433150

URL: http://svn.apache.org/viewvc?rev=1433150&view=rev
Log:
remove nocommit: test passes now

Modified:
    lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java

Modified: lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java?rev=1433150&r1=1433149&r2=1433150&view=diff
==============================================================================
--- lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java (original)
+++ lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/search/TestComplexExplanations.java Mon Jan 14 21:40:45 2013
@@ -27,8 +27,6 @@ import org.apache.lucene.search.spans.*;
  * on the assumption that if the explanations work out right for them,
  * they should work for anything.
  */
-// nocommit: fix this slow-wrapper sortedDV fail:
-// ant test  -Dtestcase=TestComplexExplanations -Dtests.method=testMPQ7 -Dtests.seed=8FB070EE0C4130E9 -Dtests.slow=true -Dtests.locale=it_CH -Dtests.timezone=America/Grand_Turk -Dtests.file.encoding=UTF-8
 public class TestComplexExplanations extends TestExplanations {
 
   /**