Reduce range of IPv6 tested by testValidIPs
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 6 Feb 2011 20:24:53 +0000 (20:24 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 6 Feb 2011 20:24:53 +0000 (20:24 +0000)
commitbd333e7fcf60382bfc74d01e79754c3d4345a05b
tree5965f8a6cd2de0f215b71b998fcde6be077d8520
parenta6617a4959af1af2680e1bd4244b7402de4eeba8
Reduce range of IPv6 tested by testValidIPs

By using steps of 0xF, the number of assertions is reduced from 70k
to 5k revisions. It is not that useful to test all of them.

Follow up r76569
tests/phpunit/includes/IPTest.php