r64288 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64287‎ | r64288 | r64289 >
Date:10:14, 28 March 2010
Author:conrad
Status:ok
Tags:
Comment:
Fix tests for Upload.
Modified paths:
  • /trunk/phase3/maintenance/tests/UploadTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/UploadTest.php
@@ -38,7 +38,7 @@
3939 'upload title without extension' );
4040
4141 /* A title with no basename */
42 - $this->assertUploadTitleAndCode( '.A',
 42+ $this->assertUploadTitleAndCode( '.jpg',
4343 null, UploadTestHandler::MIN_LENGTH_PARTNAME,
4444 'upload title without basename' );
4545
@@ -85,4 +85,4 @@
8686 }
8787
8888
89 -}
\ No newline at end of file
 89+}

Status & tagging log