fixed proprietary min-max error code and class for unit tests.

This commit is contained in:
skarg
2013-08-19 16:16:29 +00:00
parent 8866f38dd9
commit f33cfe79fd
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -233,8 +233,8 @@ void testBACError(
/* max boundaries */
service = 255;
error_class = LAST_PROPRIETARY_ERROR_CLASS;
error_code = LAST_PROPRIETARY_ERROR_CODE;
error_class = ERROR_CLASS_PROPRIETARY_LAST;
error_code = ERROR_CODE_PROPRIETARY_LAST;
len =
bacerror_encode_apdu(&apdu[0], invoke_id, service, error_class,
error_code);