[Pcsclite-cvs-commit] r6773 - trunk/PCSC/UnitaryTests

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Oct 18 11:36:41 UTC 2013


Author: rousseau
Date: 2013-10-18 11:36:41 +0000 (Fri, 18 Oct 2013)
New Revision: 6773

Modified:
   trunk/PCSC/UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py
Log:
Update the error message if FEATURE_CCID_ESC_COMMAND is not available


Modified: trunk/PCSC/UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py
===================================================================
--- trunk/PCSC/UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py	2013-10-18 11:35:33 UTC (rev 6772)
+++ trunk/PCSC/UnitaryTests/FEATURE_CCID_ESC_COMMAND_Gemalto_features.py	2013-10-18 11:36:41 UTC (rev 6773)
@@ -49,7 +49,7 @@
 
     ccid_esc_command = hasFeature(feature_list, FEATURE_CCID_ESC_COMMAND)
     if ccid_esc_command is None:
-        raise Exception("The reader does not support FEATURE_CCID_ESC_COMMAND")
+        raise Exception("FEATURE_CCID_ESC_COMMAND is not supported or allowed")
 
     # Proprietary command for Gemalto readers
     # This is implemented by the Gemalto Pinpad v2 and C200 readers




More information about the Pcsclite-cvs-commit mailing list