Ottomata has submitted this change and it was merged. Change subject: Document that filter drops desktop site of wikimediafoundation.org ......................................................................
Document that filter drops desktop site of wikimediafoundation.org Change-Id: Ie63b971e5c822b22cf4fc6946123de1d88e712cf --- M tests/test.sh 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Ottomata: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/test.sh b/tests/test.sh index 5db9731..d7f536b 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -368,6 +368,11 @@ # Idiosyncrasy #6 Zero does not get counted at all assert_not_counted 'http://en.zero.wikipedia.org/wiki/Main_Page' +# Idiosyncrasy #7 Desktop site for wikimediafoundation.org does not +# get counted, as it is language-less. Mobile site does get counted +# however, with "m" as language. +assert_not_counted 'http://wikimediafoundation.org/wiki/Home' +assert_counted 'http://m.wikimediafoundation.org/wiki/Home' 'm.f' 'Home' # -- Finally, some collector checks -------------------------------------------- -- To view, visit https://gerrit.wikimedia.org/r/170673 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie63b971e5c822b22cf4fc6946123de1d88e712cf Gerrit-PatchSet: 1 Gerrit-Project: analytics/webstatscollector Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Milimetric <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
