TESTS: Add a test for COMPARE_AND_WRITE when the data to verify does not match

This commit is contained in:
Ronnie Sahlberg
2013-09-23 21:58:55 -07:00
parent e7c7a99ede
commit 8aa6d9de8f
8 changed files with 195 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ int (*real_iscsi_queue_pdu)(struct iscsi_context *iscsi, struct iscsi_pdu *pdu);
*****************************************************************/
static CU_TestInfo tests_compareandwrite[] = {
{ (char *)"Simple", test_compareandwrite_simple },
{ (char *)"Miscompare", test_compareandwrite_miscompare },
CU_TEST_INFO_NULL
};