https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109640

Revision: 109640
Author:   platonides
Date:     2012-01-20 19:46:27 +0000 (Fri, 20 Jan 2012)
Log Message:
-----------
If you are going to leak folders, at least give them your surname.

Modified Paths:
--------------
    trunk/phase3/tests/phpunit/includes/filerepo/FileBackendTest.php

Modified: trunk/phase3/tests/phpunit/includes/filerepo/FileBackendTest.php
===================================================================
--- trunk/phase3/tests/phpunit/includes/filerepo/FileBackendTest.php    
2012-01-20 19:40:58 UTC (rev 109639)
+++ trunk/phase3/tests/phpunit/includes/filerepo/FileBackendTest.php    
2012-01-20 19:46:27 UTC (rev 109640)
@@ -10,7 +10,7 @@
 
        function setUp() {
                parent::setUp();
-               $tmpDir = wfTempDir() . '/' . time() . '-' . mt_rand();
+               $tmpDir = wfTempDir() . '/file-backend-test-' . time() . '-' . 
mt_rand();
                $this->singleBackend = new FSFileBackend( array(
                        'name'        => 'localtesting',
                        'lockManager' => 'fsLockManager',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to