Pretty up parser test output:
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Jan 2007 00:35:26 +0000 (00:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Jan 2007 00:35:26 +0000 (00:35 +0000)
commit7e3a05ecb0dc43e45988bd70a1bd108b76fb9927
tree50edd4ef9ae83371fa9ada3b4614fb927522020b
parent03d97f003ae9f74848788a12f11c91048662039c
Pretty up parser test output:
* include old failing tests in --record output, at the end of the changed items
* suppress failure notices during run if --record and --quiet are both specified, so they're not duped
* show relative paths for the test input files
* moved FiveUpgrade::relativize() to wfRelativePath() for wider use; using DIRECTORY_SEPARATOR instead of '/' but might explode on windows, haven't tried it ;) won't handle different drives/UNC servers right, probably
includes/GlobalFunctions.php
maintenance/FiveUpgrade.inc
maintenance/parserTests.inc