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/21 16:17:47 UTC

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

Author: rmuir
Date: Mon Jan 21 15:17:47 2013
New Revision: 1436408

URL: http://svn.apache.org/viewvc?rev=1436408&view=rev
Log:
nuke suppression

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=1436408&r1=1436407&r2=1436408&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 Mon Jan 21 15:17:47 2013
@@ -51,8 +51,6 @@ import org.apache.lucene.util.LuceneTest
  * Please try to keep src/java/overview.html up-to-date when making changes
  * to this class.
  */
-// nocommit
-@SuppressCodecs("Lucene40")
 public class TestDemoDocValue extends LuceneTestCase {
 
   public void testDemoNumber() throws IOException {