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:
Romain Tartiere 2010-02-18 17:14:37 +00:00
parent 2f24959116
commit acb00368c6

View file

@ -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"));
}