diff options
author | awjrichards <arichards@wikimedia.org> | 2012-06-02 08:43:04 -0700 |
---|---|---|
committer | awjrichards <arichards@wikimedia.org> | 2012-06-02 08:43:04 -0700 |
commit | ee0d3d330f76b97c451c168dc9b052ee84609b5b (patch) | |
tree | dc06c32ebd4db07e98a4e498b53feeb65f2e3b10 /tests/phpunit/includes/filerepo | |
parent | 7e6cd60977e92c64f0a5a1f802b986d29b468229 (diff) | |
download | mediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.tar.gz mediawikicore-ee0d3d330f76b97c451c168dc9b052ee84609b5b.zip |
Revert to arbitrarily old point before initial remote branch creation to help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
Diffstat (limited to 'tests/phpunit/includes/filerepo')
-rw-r--r-- | tests/phpunit/includes/filerepo/FileBackendTest.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/phpunit/includes/filerepo/FileBackendTest.php b/tests/phpunit/includes/filerepo/FileBackendTest.php index 710ad83e7198..2b94778b3713 100644 --- a/tests/phpunit/includes/filerepo/FileBackendTest.php +++ b/tests/phpunit/includes/filerepo/FileBackendTest.php @@ -1392,11 +1392,8 @@ class FileBackendTest extends MediaWikiTestCase { private function doTestGetFileList() { $backendName = $this->backendClass(); - $base = $this->baseStorePath(); - - // Should have no errors - $iter = $this->backend->getFileList( array( 'dir' => "$base/unittest-cont-notexists" ) ); + $base = $this->baseStorePath(); $files = array( "$base/unittest-cont1/test1.txt", "$base/unittest-cont1/test2.txt", |