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 2013/01/09 13:40:54 UTC

svn commit: r1430826 - /lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/TestDemoDocValue.java

Author: rmuir
Date: Wed Jan  9 12:40:54 2013
New Revision: 1430826

URL: http://svn.apache.org/viewvc?rev=1430826&view=rev
Log:
clear nocommits

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

Modified: lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/TestDemoDocValue.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/TestDemoDocValue.java?rev=1430826&r1=1430825&r2=1430826&view=diff
==============================================================================
--- lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/TestDemoDocValue.java (original)
+++ lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/TestDemoDocValue.java Wed Jan  9 12:40:54 2013
@@ -51,8 +51,8 @@ import org.apache.lucene.util.LuceneTest
  * Please try to keep src/java/overview.html up-to-date when making changes
  * to this class.
  */
-// nocommit don't suppress any:
-@SuppressCodecs({"Asserting", "Direct", "MockRandom", "Lucene40", "Compressing"})
+// nocommit
+@SuppressCodecs("Lucene40")
 public class TestDemoDocValue extends LuceneTestCase {
 
   public void testDemoNumber() throws IOException {
@@ -451,8 +451,6 @@ public class TestDemoDocValue extends Lu
 
     ireader.close();
     directory.close();
-    
-    //nocommit fails with Lucene41 Codec since "dv" is created with var len but is in fact fixed len
   }
   
   public void testBytesTwoDocumentsMerged() throws IOException {
@@ -707,7 +705,6 @@ public class TestDemoDocValue extends Lu
     directory.close();
   }
   
-  // nocommit: fix e.g. Lucene41's impl to actually handle suffixes correctly
   // nocommit: if we are going to pass down suffixes to segmentread/writestate,
   // then they should be respected by *all* codec apis!
   public void testDemoTwoFieldsTwoFormats() throws IOException {