TESTS: Add a test that SANITIZE commands fail when there is a RESERVATION

This commit is contained in:
Ronnie Sahlberg
2013-07-09 01:51:00 -07:00
parent 9e9ca71247
commit 6e5a5745aa
10 changed files with 148 additions and 4 deletions
+1
View File
@@ -235,6 +235,7 @@ static CU_TestInfo tests_sanitize[] = {
{ (char *)"InvalidServiceAction", test_sanitize_invalid_serviceaction },
{ (char *)"Overwrite", test_sanitize_overwrite },
{ (char *)"OverwriteReserved", test_sanitize_overwrite_reserved },
{ (char *)"Reservations", test_sanitize_reservations },
CU_TEST_INFO_NULL
};