aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-12 14:36:21 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-12 14:36:21 -0400
commit7939dbc4ae45aec2f5948cfb7feed0c4cebf9fa2 (patch)
treedb2713e51f220183e72b2690e21432240e60f498 /include
parentb967777cd8a32ebbde3a90b05dea368a96321ae0 (diff)
downloadstasis-7939dbc4ae45aec2f5948cfb7feed0c4cebf9fa2.tar.gz
Add test_junitxml.cmore-unit-tests
* Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory
Diffstat (limited to 'include')
-rw-r--r--include/junitxml.h2
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