You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/08/29 18:26:20 UTC

svn commit: r1162891 - /lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java

Author: rmuir
Date: Mon Aug 29 16:26:19 2011
New Revision: 1162891

URL: http://svn.apache.org/viewvc?rev=1162891&view=rev
Log:
LUCENE-3445: remove outdated comments

Modified:
    lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java

Modified: lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java?rev=1162891&r1=1162890&r2=1162891&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java (original)
+++ lucene/dev/trunk/lucene/src/test/org/apache/lucene/index/codecs/pulsing/Test10KPulsings.java Mon Aug 29 16:26:19 2011
@@ -49,7 +49,6 @@ import org.junit.Ignore;
  * @lucene.experimental
  */
 public class Test10KPulsings extends LuceneTestCase {
-  /** creates a broken index with ant test -Dtestcase=Test10KPulsings -Dtestmethod=test10kPulsed -Dtests.seed=2835406743900800199:-6668246351730332054!!!! */
   public void test10kPulsed() throws Exception {
     // we always run this test with pulsing codec.
     CodecProvider cp = _TestUtil.alwaysCodec(new PulsingCodec(1));
@@ -99,8 +98,6 @@ public class Test10KPulsings extends Luc
   }
   
   /** a variant, that uses pulsing, but uses a high TF to force pass thru to the underlying codec
-   * creates a broken index (triggers a different assert) than test10kPulsed, with this:
-   * ant test -Dtestcase=Test10KPulsings -Dtestmethod=test10kNotPulsed -Dtests.seed=7065174228571869719:2545882165086224608!!!!
    */
   public void test10kNotPulsed() throws Exception {
     // we always run this test with pulsing codec.