================================
Part D: Smart Card Provider Test
================================
Insert any of the following PC/SC Compliance Test Cards:
* Bull
* G & D
* IBM
* SCHLUMBERGER
* SIEMENS NIXDORF
>> Please insert smart card
Testing card SIEMENS NIXDORF
Test No. 1
Buffer boundary test * FAILED
- Transmit should fail due to too small buffer
to solve it,the follwing code works...
Status = SmartcardT1Request(SmartcardExtension);
if ( Status != STATUS_SUCCESS )
{
return Status;
}
but it caused another bug:
IFSD request * FAILED
- Test not performed
if I don't return the failing Status when SmartcardT1Request failed,
IFSD request would passed.
Does anyone here had met such problem???
quite at sea now:-(
do the boundary test and the IFSD request conflict?