Add test that all undefined SANITIZE service actions return an error.

This commit is contained in:
Ronnie Sahlberg
2013-05-26 15:30:26 -07:00
parent 4e08d27031
commit 1c832923c8
4 changed files with 68 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ static CU_TestInfo tests_sanitize[] = {
{ (char *)"Sanitize", test_sanitize_simple },
{ (char *)"Overwrite", test_sanitize_overwrite },
{ (char *)"ParamLen", test_sanitize_paramlen },
{ (char *)"InvalidServiceAction", test_sanitize_invalid_serviceaction },
CU_TEST_INFO_NULL
};