diff options
Diffstat (limited to 'include/junitxml.h')
-rw-r--r-- | include/junitxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/junitxml.h b/include/junitxml.h index 504b8e4..777ee27 100644 --- a/include/junitxml.h +++ b/include/junitxml.h @@ -6,7 +6,7 @@ #define JUNIT_RESULT_STATE_NONE 0 #define JUNIT_RESULT_STATE_FAILURE 1 #define JUNIT_RESULT_STATE_SKIPPED 2 -#define JUNIT_RESULT_STATE_ERROR 2 +#define JUNIT_RESULT_STATE_ERROR 3 /** * Represents a failed test case |