From 89c09f99166923c5cd41f1fb96fcb0995846e7c3 Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Sun, 30 Jun 2013 21:21:37 +0200 Subject: [PATCH] wfBCP47Test: Remove commented-out testcases They would all pass anyway, but the functionality is already tested elsewhere in the file. Change-Id: Iffe166f3480df0b104e09e41dd8d3023d43b9aa7 --- .../includes/GlobalFunctions/wfBCP47Test.php | 14 -------------- 1 file changed, 14 deletions(-) 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) - */ ); } } -- 2.20.1