From: Siebrand Mazeland Date: Thu, 16 Aug 2012 08:57:01 +0000 (+0200) Subject: Remove equal duplicate array key and add FIXME for another one. X-Git-Tag: 1.31.0-rc.0~22658^2 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=a679151b1ea60b7142f9a5a384da6d595ad2b845;p=lhc%2Fweb%2Fwiklou.git Remove equal duplicate array key and add FIXME for another one. Change-Id: Icc773e7918af08fc38411334188ab35e3ff219a1 --- diff --git a/maintenance/fuzz-tester.php b/maintenance/fuzz-tester.php index 216af37531..8f3b8e5b9d 100644 --- a/maintenance/fuzz-tester.php +++ b/maintenance/fuzz-tester.php @@ -381,7 +381,6 @@ class wikiFuzz { "br" => array( "CLASS", "ID", "STYLE", "title", "clear" ), "cite" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), "var" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), - "dl" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), "ruby" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), "rt" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), "rp" => array( "CLASS", "ID", "STYLE", "lang", "dir", "title" ), @@ -1360,6 +1359,7 @@ class viewPageTest extends pageTest { "rdfrom" => wikiFuzz::makeFuzz( 2 ), // things from Article.php from here on: "token" => wikiFuzz::makeFuzz( 2 ), "tbid" => wikiFuzz::makeFuzz( 2 ), + // @todo FIXME: Duplicate array key. "action" => wikiFuzz::chooseInput( array( "purge", wikiFuzz::makeFuzz( 2 ) ) ), "wpReason" => wikiFuzz::makeFuzz( 2 ), "wpEditToken" => wikiFuzz::makeFuzz( 2 ),