Fixes for r106752:
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 6 Jan 2012 05:15:51 +0000 (05:15 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 6 Jan 2012 05:15:51 +0000 (05:15 +0000)
commit78f5e5a63e4fdaabb322f04680d0e32bef69df94
tree85c1d76d93a73f3a58e08ac888dc365d713de0df
parent749ebf43165b406cfee840632ac79418d637be6e
Fixes for r106752:
* Make sure FSFileIterator::current() directly returns the string path and that it is relative to the directory being searched.
* Fixed silly bug in testGetFileList that masked any bugs.
* Added a few code comments.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php
tests/phpunit/includes/filerepo/FileBackendTest.php