Changeset 52 in tests
- Timestamp:
- 10/08/2007 10:10:26 AM (18 years ago)
- File:
-
- 1 edited
-
wp-testcase/test_image.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_image.php
r51 r52 17 17 $this->assertEquals('', $out['copyright']); 18 18 $this->assertEquals(27, $out['focal_length']); 19 $this->assertEquals(400, $out['iso']); 19 20 $this->assertEquals(1/40, $out['shutter_speed']); 20 21 $this->assertEquals('', $out['title']); … … 35 36 $this->assertEquals('', $out['copyright']); 36 37 $this->assertEquals(0, $out['focal_length']); 38 $this->assertEquals(0, $out['iso']); // interesting - a Nikon bug? 37 39 $this->assertEquals(1/500, $out['shutter_speed']); 38 40 $this->assertEquals('', $out['title']); … … 53 55 $this->assertEquals('IPTC Copyright', $out['copyright']); 54 56 $this->assertEquals(18, $out['focal_length']); 57 $this->assertEquals(200, $out['iso']); 55 58 $this->assertEquals(1/25, $out['shutter_speed']); 56 59 $this->assertEquals('IPTC Title', $out['title']);
Note: See TracChangeset
for help on using the changeset viewer.