Xqt submitted this change.

View Change

Approvals: Matěj Suchánek: Looks good to me, approved Xqt: Verified; Looks good to me, approved
[tests] ecoreality.org no longer exists

see: http://www.ecoreality.org/

Change-Id: Ibb874e0ad28149b2e7bf4f40833402254732dad6
---
M tests/site_detect_tests.py
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/tests/site_detect_tests.py b/tests/site_detect_tests.py
index 0b3b67f..36caffa 100755
--- a/tests/site_detect_tests.py
+++ b/tests/site_detect_tests.py
@@ -115,13 +115,6 @@
"""Test detection of MediaWiki sites for www.wikifon.org."""
self.assertNoSite('http://www.wikifon.org/$1') # v1.11.0

- def test_ecoreality(self):
- """Test detection of MediaWiki sites for www.ecoreality.org.
-
- api.php is not available. Anyway the wiki is outdated.
- """
- self.assertNoSite('http://ecoreality.org/wiki/$1') # v1.16.2
-

class PreAPISiteTestCase(SiteDetectionTestCase):

@@ -156,14 +149,6 @@
"""
self.assertNoSite('http://wikisophia.org/index.php?title=$1')

- def test_ecoreality(self):
- """Test detection of MediaWiki sites for www.EcoReality.org.
-
- api.php is not available. HTML looks like it has an API, but redirect
- rules prevent access.
- """
- self.assertNoSite('http://EcoReality.org/wiki/$1')
-

class FailingSiteTestCase(SiteDetectionTestCase):


To view, visit change 787852. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ibb874e0ad28149b2e7bf4f40833402254732dad6
Gerrit-Change-Number: 787852
Gerrit-PatchSet: 5
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Matěj Suchánek <matejsuchanek97@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged