From 3246e7df1cdf013f25e12e4a486cd2c4c4bdcd27 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Oct 2012 14:56:43 -0500 Subject: [PATCH] unit: Add response data for DisplayText test 7.1 --- unit/stk-test-data.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h index 3adb3b13..0f7f82ae 100644 --- a/unit/stk-test-data.h +++ b/unit/stk-test-data.h @@ -194,6 +194,8 @@ static const unsigned char display_text_711[] = { 0x02, 0x01, 0x0A }; +#define display_text_response_711 display_text_response_211 + static const unsigned char display_text_811[] = { 0xD0, 0x22, 0x81, 0x03, 0x01, 0x21, 0x80, 0x82, 0x02, 0x81, 0x02, 0x8D, 0x11, 0x04, 0x54, 0x65, 0x78, 0x74, 0x20, 0x41, 0x74, 0x74, 0x72, 0x69,