Index: trunk/phase3/tests/phpunit/includes/HttpTest.php |
— | — | @@ -558,7 +558,7 @@ |
559 | 559 | return array( |
560 | 560 | array( false, '¿non sens before!! http://a', 'Allow anything before URI' ), |
561 | 561 | |
562 | | - # (http|https) - only three schemes allowed |
| 562 | + # (http|https) - only two schemes allowed |
563 | 563 | array( true, 'http://www.example.org/' ), |
564 | 564 | array( true, 'https://www.example.org/' ), |
565 | 565 | array( true, 'http://www.example.org', 'URI without directory' ), |