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 2012/06/02 20:22:12 UTC

svn commit: r1345541 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java

Author: mikemccand
Date: Sat Jun  2 18:22:11 2012
New Revision: 1345541

URL: http://svn.apache.org/viewvc?rev=1345541&view=rev
Log:
remove nocommit

Modified:
    lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java

Modified: lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java?rev=1345541&r1=1345540&r2=1345541&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java (original)
+++ lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/packed/TestPackedInts.java Sat Jun  2 18:22:11 2012
@@ -203,8 +203,6 @@ public class TestPackedInts extends Luce
           PackedInts.copy(packed1, offset, packed2, offset, len, random().nextInt(10 * len));
         }
 
-        // nocommit remove this (just do the check at the
-        // end); useful to catch exact copy that was wrong:
         /*
         for(int i=0;i<valueCount;i++) {
           assertEquals("value " + i, packed1.get(i), packed2.get(i));