![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Testing for the function DBCheckMime. More...
#include <CUnit/CUnit.h>#include "finder.h"#include <string.h>
Go to the source code of this file.
Functions | |
| int | DBCheckMimeInit () |
| Initialize DB. | |
| int | DBCheckMimeClean () |
| Clean the env. | |
| void | testDBCheckMime () |
| For function DBCheckMime() More... | |
Variables | |
| static PGresult * | result = NULL |
| static long | upload_pk = -1 |
| static long | pfile_pk = -1 |
| char * | DBConfFile |
| DB conf file location. | |
| CU_TestInfo | testcases_DBCheckMime [] |
| testcases for function DBCheckMime More... | |
Testing for the function DBCheckMime.
Definition in file testDBCheckMime.c.
| void testDBCheckMime | ( | ) |
For function DBCheckMime()
Definition at line 231 of file testDBCheckMime.c.
| CU_TestInfo testcases_DBCheckMime[] |
testcases for function DBCheckMime
Definition at line 281 of file testDBCheckMime.c.