r94862 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r94861
|
r94862
|
r94863
>
Date:
03:53, 18 August 2011
Author:
bawolff
Status:
ok
Tags:
Comment:
follow-up
r91885
rename testTiffFile since its not about tiff files
This is probably what was referred to in CR, not what I changed in
r94825
Modified paths:
/trunk/phase3/tests/phpunit/includes/media/JpegTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/phpunit/includes/media/JpegTest.php
—
—
@@ -13,7 +13,7 @@
14
14
$res = $jpeg->getMetadata( null, $this->filePath . 'README' );
15
15
$this->assertEquals( ExifBitmapHandler::BROKEN_FILE, $res );
16
16
}
17
- public function testTiffFile() {
17
+ public function testJpegMetadataExtraction() {
18
18
if ( !wfDl( 'exif' ) ) {
19
19
$this->markTestIncomplete( "This test needs the exif extension." );
20
20
}
Follow-up revisions
Revision
Commit summary
Author
Date
r95607
MFT to REL1_18...
hashar
19:28, 27 August 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r91885
(follow-up
r90256
) Unit tests.
bawolff
16:42, 11 July 2011
r94825
follow-up
r91885
- address CR comments...
bawolff
21:53, 17 August 2011
Status & tagging log
19:29, 27 August 2011
Hashar
(
talk
|
contribs
)
changed the
tags
for r94862
[
removed:
1.18]
08:16, 20 August 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r94862
[
added:
1.18]
08:16, 20 August 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r94862
[
removed:
new
added:
ok]