aboutsummaryrefslogtreecommitdiff
path: root/tests/test_artifactory.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant externsJoseph Hunkeler2025-02-121-3/+1
|
* Free basedir on errorJoseph Hunkeler2025-02-121-0/+1
|
* test_artifactory.c: free allocated resourcesmemfixesJoseph Hunkeler2025-02-041-1/+3
|
* Fix includesJoseph Hunkeler2024-10-141-0/+2
|
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-121-0/+129
* 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