From: Bryan Tong Minh Date: Sat, 18 Jun 2011 17:27:32 +0000 (+0000) Subject: Follow-up r90340: just add the test file to SVN, which hopefully fixes the cruisecont... X-Git-Tag: 1.31.0-rc.0~29440 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=1e40ea1a75ad04afc035e28afea97b9d36325a6b;p=lhc%2Fweb%2Fwiklou.git Follow-up r90340: just add the test file to SVN, which hopefully fixes the cruisecontrol problems. --- diff --git a/tests/phpunit/includes/upload/UploadStashTest.php b/tests/phpunit/includes/upload/UploadStashTest.php index c34714a275..aabe7501d8 100644 --- a/tests/phpunit/includes/upload/UploadStashTest.php +++ b/tests/phpunit/includes/upload/UploadStashTest.php @@ -11,7 +11,7 @@ class UploadStashTest extends MediaWikiTestCase { // Setup a file for bug 29408 $this->bug29408File = dirname( __FILE__ ) . '/bug29408'; - file_put_contents( $this->bug29408File, "\x00" ); + // file_put_contents( $this->bug29408File, "\x00" ); } public function testBug29408() { @@ -28,8 +28,5 @@ class UploadStashTest extends MediaWikiTestCase { public function tearDown() { parent::tearDown(); - - unlink( $this->bug29408File ); - } } \ No newline at end of file diff --git a/tests/phpunit/includes/upload/bug29408 b/tests/phpunit/includes/upload/bug29408 new file mode 100644 index 0000000000..f76dd238ad Binary files /dev/null and b/tests/phpunit/includes/upload/bug29408 differ