From f4d8597d998d3c91cc4e8f051e101447bab6e9a3 Mon Sep 17 00:00:00 2001 From: Tobias Gritschacher Date: Mon, 18 Jun 2012 15:11:04 +0200 Subject: [PATCH] fixed bug 37458: permission errors running BaseDumpTest on Windows patch set 2: removed trailing whitespace; Change-Id: I58264c5f516f8dcb124d753b43a80b0875b0e974 --- tests/phpunit/maintenance/backupPrefetchTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } /** -- 2.20.1