summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-09 21:45:05 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-09 21:45:05 -0700
commit26d0af45eabe962c5366cb1e95de7e252b831796 (patch)
tree7e298db776b4dd33d42972815f3ff4f974284582
parentab93767e4d39764f103545efb6ac64ff942eb187 (diff)
New version of EXIF gets ISO and Metering Mode right. Yay!
-rw-r--r--modules/exif/tests/Exif_Test.php4
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)"),