From c22e9c06aa607a5c004225800d2110d54462ceb3 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 21 Jun 2011 21:38:29 +0000 Subject: [PATCH] *grumble grumble* stupid fime on r90192 --- tests/phpunit/includes/HttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ), -- 2.20.1