TESTS: Add a test and verify we dont get residuals for MODE SENSE 6

This commit is contained in:
Ronnie Sahlberg
2013-05-30 22:01:25 -07:00
parent 3766067328
commit a16dd132db
4 changed files with 113 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ static CU_TestInfo tests_mandatory[] = {
static CU_TestInfo tests_modesense6[] = {
{ (char *)"AllPages", test_modesense6_all_pages },
{ (char *)"Residuals", test_modesense6_residuals },
CU_TEST_INFO_NULL
};