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 2014/03/29 09:02:54 UTC

svn commit: r1582965 - /nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java

Author: lewismc
Date: Sat Mar 29 08:02:53 2014
New Revision: 1582965

URL: http://svn.apache.org/r1582965
Log:
NUTCH-1737 Upgrade to recent JUnit 4.x

Modified:
    nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java

Modified: nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java
URL: http://svn.apache.org/viewvc/nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java?rev=1582965&r1=1582964&r2=1582965&view=diff
==============================================================================
--- nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java (original)
+++ nutch/trunk/src/plugin/lib-http/src/test/org/apache/nutch/protocol/http/api/TestRobotRulesParser.java Sat Mar 29 08:02:53 2014
@@ -74,9 +74,7 @@ public class TestRobotRulesParser {
   private HttpRobotRulesParser parser;
   private BaseRobotRules rules;
 
-  public TestRobotRulesParser () {
-  }
-  public TestRobotRulesParser(String name) {
+  public TestRobotRulesParser() {
     parser = new HttpRobotRulesParser();
   }