Last modified: 2013-08-22 14:54:23 UTC
From https://gerrit.wikimedia.org/r/43445 $title->resetArticleID( 2342 ); //dummy id. fine as long as we don't try to execute the updates! in WikitextContentTest::testGetSecondaryDataUpdates(). Trying to call $title->getLatestRevID() will of course crash since the page does not exist but has been given an incorrect ID. It is the test that has to be fixed, not Title::getLatestRevID() and similar methods.
Fixed.
Closed older resolved bugs as verified.