One call left in r78764
authorPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:57:00 +0000 (00:57 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:57:00 +0000 (00:57 +0000)
maintenance/fuzz-tester.php

index 34988ba..05c1e07 100644 (file)
@@ -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 ) ) );
                }
        }
 }