Replace error variable names in test suite with enum error codes

This commit is contained in:
Dan Čermák
2018-02-18 10:44:05 +01:00
parent a15f090f81
commit 3965a44df2
7 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ class TestCvePoC(system_tests.Case):
commands = ["{exiv2} " + filename]
stdout = [""]
stderr = ["""{exiv2_exception_msg} """ + filename + """:
{error_58_message}
{kerCorruptedMetadata}
"""]
retval = [1]