From: MatmaRex Date: Sun, 30 Jun 2013 19:21:37 +0000 (+0200) Subject: wfBCP47Test: Remove commented-out testcases X-Git-Tag: 1.31.0-rc.0~19298^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=89c09f99166923c5cd41f1fb96fcb0995846e7c3;p=lhc%2Fweb%2Fwiklou.git wfBCP47Test: Remove commented-out testcases They would all pass anyway, but the functionality is already tested elsewhere in the file. Change-Id: Iffe166f3480df0b104e09e41dd8d3023d43b9aa7 --- diff --git a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php index 6229be3452..baf9ceea4b 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php +++ b/tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php @@ -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) - */ ); } }