From 20f8448045635e2131e7a7480688e87b43b2136e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 12 Feb 2019 18:34:04 +0100 Subject: Switch test URLs to a private server The URLs under http://urlgrabber.baseurl.org/ are all broken. Let's switch until they are fixed. --- test/base_test_code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/base_test_code.py b/test/base_test_code.py index ae9ac6e..97901be 100644 --- a/test/base_test_code.py +++ b/test/base_test_code.py @@ -1,6 +1,7 @@ from munittest import * -base_http = 'http://urlgrabber.baseurl.org/test/' +#base_http = 'http://urlgrabber.baseurl.org/test/' +base_http = 'http://in.waw.pl/urlgrabber/test/' base_ftp = 'ftp://localhost/test/' # set to a proftp server only. we're working around a couple of -- cgit v1.2.1