From 2bf9bc65d944afd601d17009f9926fc86afa61c6 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 22 Dec 2010 00:57:00 +0000 Subject: [PATCH] One call left in r78764 --- maintenance/fuzz-tester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) ); } } } -- 2.20.1