Do not make regression tests fail: spamming my shell is enouth to reminf me to fix this.

This commit is contained in:
Romain Tartiere 2010-02-19 14:40:28 +00:00
parent d76da4697b
commit 2fd329e530

View file

@ -121,7 +121,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.");
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);
cut_assert_not_null (mad, cut_message ("mad_read() failed"));
}