diff options
author | Chad Kieffer <ckieffer@227.1.241.10.in-addr.arpa> | 2010-06-14 14:43:14 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@227.1.241.10.in-addr.arpa> | 2010-06-14 14:43:14 -0400 |
commit | 3c6e710aa75b309fd7ff50aa8f5c58721b17770f (patch) | |
tree | 062b516f3fad5921e4ace326fa6b2f7f868ca87e /modules/exif/tests/Exif_Test.php | |
parent | 782c1e0ae0bc597629abcd88f844d863da45901a (diff) | |
parent | 793780daa7665f7f86994235c4263fcb63554eb8 (diff) |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/exif/tests/Exif_Test.php')
-rw-r--r-- | modules/exif/tests/Exif_Test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/exif/tests/Exif_Test.php b/modules/exif/tests/Exif_Test.php index cf5af851..404b6cde 100644 --- a/modules/exif/tests/Exif_Test.php +++ b/modules/exif/tests/Exif_Test.php @@ -33,8 +33,8 @@ class Exif_Test extends Gallery_Unit_Test_Case { 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"), - array("caption" => "Metering Mode", "value" => "Multi-Segment"), + array("caption" => "ISO", "value" => "100"), + array("caption" => "Metering Mode", "value" => "Pattern"), 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)"), |