New API function mifare_desfire_aid_get_aid().
This commit is contained in:
parent
07709c2835
commit
8dac813e53
5 changed files with 21 additions and 3 deletions
|
|
@ -44,6 +44,8 @@ test_mifare_desfire_aid (void)
|
|||
|
||||
cut_assert_equal_memory (desfire_aid->data,3, desfire_aid2->data, 3, cut_message ("wrong aid"));
|
||||
|
||||
cut_assert_equal_int (mifare_desfire_aid_get_aid (desfire_aid), 0x00f12ab8, cut_message ("wrong aid"));
|
||||
|
||||
free (desfire_aid);
|
||||
free (desfire_aid2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue