*grumble grumble* stupid fime on r90192
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 21 Jun 2011 21:38:29 +0000 (21:38 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 21 Jun 2011 21:38:29 +0000 (21:38 +0000)
tests/phpunit/includes/HttpTest.php

index 2877d4d..1a99af7 100644 (file)
@@ -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' ),