Skip to content

Commit

Permalink
Reduce EXIF test image sizes, there is still one large image left tha…
Browse files Browse the repository at this point in the history
…t I will look into reducing if possible (bug50845.jpg)

The changes in phpts are due to exiftool, I verified that all the images still remain relevant for testing
  • Loading branch information
KalleZ committed Jul 30, 2017
1 parent 97ff7bb commit c62e5eb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file modified ext/exif/tests/bug50660/bug50660-1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ext/exif/tests/bug50660/bug50660-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ext/exif/tests/bug62523_1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext/exif/tests/bug62523_1.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_1.jpg")));
Done
--EXPECT--
Test
int(86)
int(84)
Done
Binary file modified ext/exif/tests/bug62523_2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext/exif/tests/bug62523_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ var_dump(count(exif_read_data(__DIR__."/bug62523_2.jpg")));
Done
--EXPECT--
Test
int(76)
int(72)
Done
Binary file modified ext/exif/tests/bug72735/nokia.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ext/exif/tests/bug73115/bug73115.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ext/exif/tests/sony.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c62e5eb

Please sign in to comment.