wiki.techinc.nl/tests/phpunit/includes/utils
Matthew Flaschen aef78d13d4 Fix UID test and make debugging easier
This should fix the test and make the test failures (if any)
more informative.

The issue was that it was trying to extract a 46-bit segment
(the timestamp).  But because the whole thing wasn't 0-padded first,
the timestamp might be shorter.  So it would extract part of the next
segment too.  That meant it was testing a 46-bit segment with no
guaranteed properties, with arbitrary results.

Bug: T131549
Change-Id: I11c9e86951cc1d6b186710cda6e42ee58c920db8
2016-04-05 18:52:14 -04:00
..
AvroValidatorTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BatchRowUpdateTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FileContentsHasherTest.php Add missing namespace to @covers comments 2016-02-23 03:56:49 +00:00
IPTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWCryptHashTest.php Use hex2bin() instead of pack() 2016-02-20 00:27:24 -05:00
MWCryptHKDFTest.php Swap the rest of array() -> [] 2016-03-30 22:04:58 +00:00
MWGrantsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWRestrictionsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UIDGeneratorTest.php Fix UID test and make debugging easier 2016-04-05 18:52:14 -04:00
ZipDirectoryReaderTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00