diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-01 10:45:37 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-01 10:45:37 -0700 |
commit | c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c (patch) | |
tree | 5ce76aca9621f174b2b3ffed11b86af957f29fb0 /modules/exif/tests/Exif_Test.php | |
parent | f79e26b919edc5e816e1a305fdf0a9f1952a1551 (diff) |
Fix for ticket #437
Tracking vendor ticket: http://bit.ly/16b7Zj
Diffstat (limited to 'modules/exif/tests/Exif_Test.php')
-rw-r--r-- | modules/exif/tests/Exif_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/tests/Exif_Test.php b/modules/exif/tests/Exif_Test.php index f94d0357..5c5a5cb1 100644 --- a/modules/exif/tests/Exif_Test.php +++ b/modules/exif/tests/Exif_Test.php @@ -31,7 +31,7 @@ class Exif_Test extends Unit_Test_Case { array("caption" => "Color Space", "value" => "Uncalibrated"), array("caption" => "Exposure Value", "value" => "4294.67 EV"), array("caption" => "Exposure Program", "value" => "Program"), - array("caption" => "Exposure Time", "value" => "833/49979 sec"), + array("caption" => "Exposure Time", "value" => "1/60 sec"), array("caption" => "Flash", "value" => "No Flash"), array("caption" => "Focal Length", "value" => "50 mm"), array("caption" => "ISO", "value" => "6553700"), |