User "^demon" changed the status of MediaWiki.r89072. Old Status: new New Status: resolved
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89072#c0 Commit summary: Use the correct ID when retrieving a block The ID might be different than the one you expect. Since r88755 the tables are no more dropped and recreated, thus the autoincrement pointer is not reset. A previous test could have raised that pointer, thus the id might be above the expected value. This patch track the block ID inserted and use it in the assertion. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
