diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 19:17:45 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 19:17:45 -0700 |
commit | 3ef39d457693a6744d468876aa7316b65cd3c9cd (patch) | |
tree | 23651d68dda867979322495197f4dbe0ebc10adb /modules/exif/tests/Exif_Test.php | |
parent | d8e776cc88df1314a03b7d4fa95ef677dadaed5b (diff) |
Update Exif_test to match change made in 4943103700332a11f16319496e485cfd7fd9e36a
Get rid of vestigial third column in exif::_keys().
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 312ed535..f94d0357 100644 --- a/modules/exif/tests/Exif_Test.php +++ b/modules/exif/tests/Exif_Test.php @@ -31,11 +31,11 @@ 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" => "Flash", "value" => "No Flash"), array("caption" => "Focal Length", "value" => "50 mm"), array("caption" => "ISO", "value" => "6553700"), array("caption" => "Metering Mode", "value" => "Multi-Segment"), - array("caption" => "Shutter Speed", "value" => "1/60 sec"), array("caption" => "Date/Time", "value" => "2008:03:17 17:41:25"), array("caption" => "Copyright", "value" => "(C) 2008 - T. Almdal"), array("caption" => "Orientation", "value" => "1: Normal (0 deg)"), |