From: Chad Horohoe Date: Tue, 21 Jun 2011 21:38:29 +0000 (+0000) Subject: *grumble grumble* stupid fime on r90192 X-Git-Tag: 1.31.0-rc.0~29371 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=c22e9c06aa607a5c004225800d2110d54462ceb3;p=lhc%2Fweb%2Fwiklou.git *grumble grumble* stupid fime on r90192 --- diff --git a/tests/phpunit/includes/HttpTest.php b/tests/phpunit/includes/HttpTest.php index 2877d4d712..1a99af7d0b 100644 --- a/tests/phpunit/includes/HttpTest.php +++ b/tests/phpunit/includes/HttpTest.php @@ -558,7 +558,7 @@ class HttpTest extends MediaWikiTestCase { return array( array( false, '¿non sens before!! http://a', 'Allow anything before URI' ), - # (http|https) - only three schemes allowed + # (http|https) - only two schemes allowed array( true, 'http://www.example.org/' ), array( true, 'https://www.example.org/' ), array( true, 'http://www.example.org', 'URI without directory' ),