Index: trunk/phase3/maintenance/tests/UploadTest.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | 'upload title without extension' ); |
40 | 40 | |
41 | 41 | /* A title with no basename */ |
42 | | - $this->assertUploadTitleAndCode( '.A', |
| 42 | + $this->assertUploadTitleAndCode( '.jpg', |
43 | 43 | null, UploadTestHandler::MIN_LENGTH_PARTNAME, |
44 | 44 | 'upload title without basename' ); |
45 | 45 | |
— | — | @@ -85,4 +85,4 @@ |
86 | 86 | } |
87 | 87 | |
88 | 88 | |
89 | | -} |
\ No newline at end of file |
| 89 | +} |