Repository: any23
Updated Branches:
  refs/heads/master 6c347117c -> 06132801a


Fix for broken live link in org.apache.any23.cli.CrawlerTest


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/06132801
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/06132801
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/06132801

Branch: refs/heads/master
Commit: 06132801a848bb637e0d7458c75e3f490c80188c
Parents: 6c34711
Author: Lewis John McGibbney <[email protected]>
Authored: Sat Dec 30 23:26:15 2017 +0000
Committer: Lewis John McGibbney <[email protected]>
Committed: Sat Dec 30 23:26:15 2017 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/any23/cli/CrawlerTest.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/06132801/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
----------------------------------------------------------------------
diff --git 
a/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java 
b/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
index 7c1caf6..0e6cd29 100644
--- a/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
+++ b/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
@@ -62,7 +62,7 @@ public class CrawlerTest extends Any23OnlineTestBase {
                         ToolRunner.main(
                                 String.format(
                                         "crawler -f nquads --maxpages 50 
--maxdepth 1 --politenessdelay 500 -o %s " +
-                                        "http://eventiesagre.it/";,
+                                        "http://any23.apache.org";,
                                         outFile.getAbsolutePath()
                                 ).split(" ")
                         );

Reply via email to