[testsuite] rename test_issue_208 -> test_CVE_2017_17722

the issue got a CVE assigned
This commit is contained in:
Dan Čermák
2018-02-14 09:39:09 +01:00
parent 4533d60e74
commit 1f32207271
@@ -3,7 +3,9 @@
import system_tests
class AssertionPoC(system_tests.Case):
class TestCvePoC(system_tests.Case):
url = "https://github.com/Exiv2/exiv2/issues/208"
filename = "{data_path}/2018-01-09-exiv2-crash-001.tiff"
commands = ["{exiv2} " + filename]