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.

19 lines
438 B
Python

# -*- coding: utf-8 -*-
from system_tests import CaseMeta, path
class TestExifTagsInTaglist(metaclass=CaseMeta):
url = "https://github.com/Exiv2/exiv2/pull/1905/files"
def setUp(self):
self.stdout = [open(self.expand_variables("$filename_ref"),'r').read()]
filename_ref = path("$ref_path/test_pr_1905_poc1_ref.out")
commands = ["$taglist Exif"]
stderr = [""]
retval = [0]