Mark test_mifare_classic_get_trailer_permission() as pending.
This test requires a valid MAD to be present on the MIFARE card which is not a requirement for testing MIFARE Classic tags but MAD.
This commit is contained in:
parent
2f24959116
commit
acb00368c6
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ test_mifare_classic_get_trailer_permission (void)
|
|||
void
|
||||
test_mifare_classic_read_mad (void)
|
||||
{
|
||||
cut_pend ("A blank MIFARE Classic does not have a MAD. This test has to be moved in an appropriate test case.");
|
||||
Mad mad = mad_read (tag);
|
||||
cut_assert_not_null (mad, cut_message ("mad_read() failed"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue