DF EV1 Cutter tests must be done with at least a 4k card, still 2 tests failed

38 test(s), 8041 assertion(s), 2 failure(s), 0 error(s), 0 pending(s), 19 omission(s), 0 notification(s)
94.7368% passed

.errorlibnfc.chip.pn53xBuffer size is too short: 23o available(s), 24o needed
F
===============================================================================
Failure: test_mifare_desfire_ev1_aes2
Wrong return value
<-1 != res>
expected: <-1>
  actual: <-1>
./test_mifare_desfire_ev1.c:75: test_mifare_desfire_ev1_aes2(): cut_assert_not_equal_int(-1, res)
===============================================================================
F
===============================================================================
Failure: test_mifare_desfire_ev1_iso
Wrong DF count
<count == 0>
expected: <1>
  actual: <0>
./test_mifare_desfire_ev1_iso.c:48: test_mifare_desfire_ev1_iso(): cut_assert_equal_int(count, 0, cut_test_context_set_current_result_user_message( cut_test_context_current_
===============================================================================
This commit is contained in:
Philippe Teuwen 2013-01-29 11:22:43 +01:00
parent fbb5434f24
commit 601b75333f

View file

@ -11,6 +11,10 @@ you started:
the regression tests suite (`make check') and ensure that your code does
not break other features.
http://cutter.sourceforge.net/
To cover all tests you'll need some blank cards with default settings:
* DESFire EV1 4k or larger (2k is too small)
* MIFARE Ultralight C
* MIFARE Classic
2. Follow style conventions
The source code of the library trend to follow some conventions so that it