TESTS: Remove the READ6 0-blocks test.
Since you can not request a read for 0 blocks with READ6 this test makes no sense. (transfer length ==0 means 256 blocks for READ6)
This commit is contained in:
@@ -173,7 +173,6 @@ static CU_TestInfo tests_prin_serviceaction_range[] = {
|
||||
static CU_TestInfo tests_read6[] = {
|
||||
{ (char *)"Read6Simple", test_read6_simple },
|
||||
{ (char *)"Read6BeyondEol", test_read6_beyond_eol },
|
||||
{ (char *)"Read6ZeroBlocks", test_read6_0blocks },
|
||||
CU_TEST_INFO_NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user