DELETE payload implemented and tested

This commit is contained in:
Jan Hutter
2005-12-05 13:43:43 +00:00
parent 510c342634
commit 9bdd74eae7
14 changed files with 642 additions and 5 deletions
+9 -1
View File
@@ -134,7 +134,6 @@ void test_generator_with_ts_payload(tester_t *tester);
*/
void test_generator_with_cert_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with CERTREQ payload.
*
@@ -144,5 +143,14 @@ void test_generator_with_cert_payload(tester_t *tester);
*/
void test_generator_with_certreq_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with DELETE payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_generator_with_delete_payload(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/