diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 11:31:12 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-01 11:31:12 -0700 |
commit | 8f4c1c4ddf8473fbe401c2f8682ab1d69975eb6f (patch) | |
tree | 6f91a59cd674ef605558188ea0da69b64874374b /modules/exif/tests | |
parent | c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c (diff) |
Revert "Fix for ticket #437"
This change had unintentional whitespace changes. Reverting for now, will reapply it.
This reverts commit c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c.
Diffstat (limited to 'modules/exif/tests')
-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 5c5a5cb1..f94d0357 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" => "1/60 sec"), + array("caption" => "Exposure Time", "value" => "833/49979 sec"), array("caption" => "Flash", "value" => "No Flash"), array("caption" => "Focal Length", "value" => "50 mm"), array("caption" => "ISO", "value" => "6553700"), |