READ10 tests. Add tests fopr lba 2^31 an lba -1

This commit is contained in:
Ronnie Sahlberg
2012-06-23 21:25:39 +10:00
parent 14a70127ce
commit 124b71bd80
2 changed files with 88 additions and 12 deletions

View File

@@ -131,7 +131,7 @@ test2:
}
if (task->status == SCSI_STATUS_GOOD) {
printf("[FAILED]\n");
printf("WRITESAME10 command should fail when writing at LBA 2^63\n");
printf("WRITESAME10 command should fail when writing at LBA 2^31\n");
ret = -1;
scsi_free_scsi_task(task);
goto test3;