From: Platonides Date: Wed, 22 Dec 2010 00:57:00 +0000 (+0000) Subject: One call left in r78764 X-Git-Tag: 1.31.0-rc.0~33205 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=2bf9bc65d944afd601d17009f9926fc86afa61c6;p=lhc%2Fweb%2Fwiklou.git One call left in r78764 --- diff --git a/maintenance/fuzz-tester.php b/maintenance/fuzz-tester.php index 34988ba9e4..05c1e07816 100644 --- a/maintenance/fuzz-tester.php +++ b/maintenance/fuzz-tester.php @@ -1489,7 +1489,7 @@ class specialBlockmeTest extends pageTest { // sometimes we specify "ip", and sometimes we don't. if ( wikiFuzz::randnum( 1 ) == 0 ) { - $this->params["ip"] = wikiFuzz::chooseInput( array( "10.12.41.213", wikiFuzz::randnum( -10, 8134 ), wikiFuzz::makeFuzz( 2 ) ) ); + $this->params["ip"] = wikiFuzz::chooseInput( array( "10.12.41.213", wikiFuzz::randnum( 8134, -10 ), wikiFuzz::makeFuzz( 2 ) ) ); } } }