Do not make regression tests fail: spamming my shell is enouth to reminf me to fix this.
This commit is contained in:
parent
d76da4697b
commit
2fd329e530
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ test_mifare_classic_get_trailer_permission (void)
|
||||||
void
|
void
|
||||||
test_mifare_classic_read_mad (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.");
|
cut_omit ("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);
|
Mad mad = mad_read (tag);
|
||||||
cut_assert_not_null (mad, cut_message ("mad_read() failed"));
|
cut_assert_not_null (mad, cut_message ("mad_read() failed"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue