r90551 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90550‎ | r90551 | r90552 >
Date:21:38, 21 June 2011
Author:demon
Status:ok
Tags:
Comment:
*grumble grumble* stupid fime on r90192
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/HttpTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/HttpTest.php
@@ -558,7 +558,7 @@
559559 return array(
560560 array( false, '¿non sens before!! http://a', 'Allow anything before URI' ),
561561
562 - # (http|https) - only three schemes allowed
 562+ # (http|https) - only two schemes allowed
563563 array( true, 'http://www.example.org/' ),
564564 array( true, 'https://www.example.org/' ),
565565 array( true, 'http://www.example.org', 'URI without directory' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90192Followup to r89452, remove ftp test cases since Http::isValidUri() doesn't do...demon02:58, 16 June 2011

Status & tagging log