wfBCP47Test: Remove commented-out testcases
authorMatmaRex <matma.rex@gmail.com>
Sun, 30 Jun 2013 19:21:37 +0000 (21:21 +0200)
committerMatmarex <matma.rex@gmail.com>
Mon, 1 Jul 2013 20:46:47 +0000 (20:46 +0000)
They would all pass anyway, but the functionality is already tested
elsewhere in the file.

Change-Id: Iffe166f3480df0b104e09e41dd8d3023d43b9aa7

tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php

index 6229be3..baf9cee 100644 (file)
@@ -115,20 +115,6 @@ class WfBCP47Test extends MediaWikiTestCase {
                        // de-419-DE
                        // a-DE
                        // ar-a-aaa-b-bbb-a-ccc
-
-                       /*
-                       // ISO 15924 :
-                       array( 'sr-Cyrl', 'sr-Cyrl' ),
-                       # @todo FIXME: Fix our function?
-                       array( 'SR-lATN', 'sr-Latn' ),
-                       array( 'fr-latn', 'fr-Latn' ),
-                       // Use lowercase for single segment
-                       // ISO 3166-1-alpha-2 code
-                       array( 'US', 'us' ),  # USA
-                       array( 'uS', 'us' ),  # USA
-                       array( 'Fr', 'fr' ),  # France
-                       array( 'va', 'va' ),  # Holy See (Vatican City State)
-                        */
                );
        }
 }