aboutsummaryrefslogtreecommitdiff
path: root/tests/test_junitxml.c
Commit message (Collapse)AuthorAgeFilesLines
* Initialize structs to {0} and combine declaration and assignment where possibleJoseph Hunkeler2024-11-011-2/+7
|
* Update location of test dataJoseph Hunkeler2024-10-301-2/+2
|
* Fix includesJoseph Hunkeler2024-10-141-0/+1
|
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-121-0/+82
* Add test_artifactory.c to suite * Add test_ini_getval_wrapper to ini.c * basic ini_getval_TYPE() conversion checks * bugfix: use strtof in INIVAL_TYPE_FLOAT case * Include stdio.h to pull in FILE structure * bugfix: free data at index during strlist_set operation * Previous behavior of setting the pointer to NULL introduced a subtle memory leak * Set strlist error when index it out of range * Import private delivery functions required for mock context creation * Remove static declaration * populate_delivery_cfg() * Add test_junitxml.c * Fix duplicate define value for JUNIT_RESULT_STATE_ERROR * Add static junit test data * Copy test data to current test directory