You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2012/11/16 16:15:08 UTC

svn commit: r1410392 - /nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java

Author: lewismc
Date: Fri Nov 16 15:15:08 2012
New Revision: 1410392

URL: http://svn.apache.org/viewvc?rev=1410392&view=rev
Log:
trivial commit to remove unused import and @Test annotation

Modified:
    nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java

Modified: nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java
URL: http://svn.apache.org/viewvc/nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java?rev=1410392&r1=1410391&r2=1410392&view=diff
==============================================================================
--- nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java (original)
+++ nutch/trunk/src/plugin/index-anchor/src/test/org/apache/nutch/indexer/anchor/TestAnchorIndexingFilter.java Fri Nov 16 15:15:08 2012
@@ -27,7 +27,6 @@ import org.apache.nutch.indexer.NutchDoc
 import org.apache.nutch.parse.ParseData;
 import org.apache.nutch.parse.ParseImpl;
 import org.apache.nutch.util.NutchConfiguration;
-import org.junit.Test;
 
 /**
  * JUnit test case which tests
@@ -39,7 +38,6 @@ import org.junit.Test;
  */
 public class TestAnchorIndexingFilter extends TestCase {
 
-  @Test
   public void testDeduplicateAnchor() throws Exception {
     Configuration conf = NutchConfiguration.create();
     conf.setBoolean("anchorIndexingFilter.deduplicate", true);