(bug 28864) Fix UtfNormal benchmark & test case runners from regression in r85327...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 9 May 2011 17:43:09 +0000 (17:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 9 May 2011 17:43:09 +0000 (17:43 +0000)
commit71c3ae0111c4aaa7facd32b73beb1f574146d855
tree0d40ff6da59bd0e5f2704ac1835957f1009b1a23
parentac354d7ca3fa132f4fe729c56f3a3fdd302543bb
(bug 28864) Fix UtfNormal benchmark & test case runners from regression in r85327, r85944

It's possible that this has some side effect on HipHop builds -- the require_once on UtfNormalDefines.php that had been moved from UtfNormalUtil.php to MediaWiki's Setup.php in r85944 had been previously damaged by r85327 sticking a MediaWiki-specific MWInit class static method call into it, making it break on all the generator & test & benchmark code which does not depend on MediaWiki.
With the require_once restored everything seems to work, though it's possible that it ends up trying to include twice on HipHop -- have not tested.
includes/normal/UtfNormalUtil.php