From: Tobias Gritschacher Date: Mon, 18 Jun 2012 13:11:04 +0000 (+0200) Subject: fixed bug 37458: permission errors running BaseDumpTest on Windows X-Git-Tag: 1.31.0-rc.0~22097^2^2~94^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=f4d8597d998d3c91cc4e8f051e101447bab6e9a3;p=lhc%2Fweb%2Fwiklou.git fixed bug 37458: permission errors running BaseDumpTest on Windows patch set 2: removed trailing whitespace; Change-Id: I58264c5f516f8dcb124d753b43a80b0875b0e974 --- diff --git a/tests/phpunit/maintenance/backupPrefetchTest.php b/tests/phpunit/maintenance/backupPrefetchTest.php index 87d715632d..33168c01a9 100644 --- a/tests/phpunit/maintenance/backupPrefetchTest.php +++ b/tests/phpunit/maintenance/backupPrefetchTest.php @@ -17,11 +17,11 @@ class BaseDumpTest extends MediaWikiTestCase { private $dump = null; protected function tearDown() { - parent::tearDown(); - if ( $this->dump !== null ) { $this->dump->close(); } + + parent::tearDown(); } /**