tests/test_tiff.rb in exifr-0.10 vs tests/test_tiff.rb in exifr-0.10.1
- old
+ new
@@ -104,6 +104,12 @@
TIFF::TAGS.each do |key|
assert_equal t.send(key), t.to_hash[key]
end
end
end
+
+ def test_old_style
+ assert_nothing_raised do
+ assert_not_nil @t[:f_number]
+ end
+ end
end
\ No newline at end of file