From 1f32207271ab8b07c093d122913f8e204340a6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 14 Feb 2018 09:39:09 +0100 Subject: [PATCH] [testsuite] rename test_issue_208 -> test_CVE_2017_17722 the issue got a CVE assigned --- .../github/{test_issue_208.py => test_CVE_2017_17722.py} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename tests/bugfixes/github/{test_issue_208.py => test_CVE_2017_17722.py} (75%) diff --git a/tests/bugfixes/github/test_issue_208.py b/tests/bugfixes/github/test_CVE_2017_17722.py similarity index 75% rename from tests/bugfixes/github/test_issue_208.py rename to tests/bugfixes/github/test_CVE_2017_17722.py index 7fc45e75..fd5391ce 100644 --- a/tests/bugfixes/github/test_issue_208.py +++ b/tests/bugfixes/github/test_CVE_2017_17722.py @@ -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]