You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
452 B
Python

# -*- coding: utf-8 -*-
import system_tests
class CheckDivisionByZero(metaclass=system_tests.CaseMeta):
url = "http://dev.exiv2.org/issues/1080"
filename = system_tests.path("$data_path/exiv2-bug1080.jpg")
commands = [ "$exiv2 -pa $filename" ]
stdout = [ """Exif.Image.ExifTag Long 1 26
Exif.Photo.ExposureBiasValue SRational 1 0 EV
"""
]
stderr = [""]
retval = [0]