From c2a76952984b04be52237f9ef7815f0664fb5bf0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 31 Oct 2012 12:13:00 -0500 Subject: unit: Move Play Tone 3.1-3.4 test data --- unit/stk-test-data.h | 34 ++++++++++++++++++++++++++++++++++ unit/test-stkutil.c | 34 ---------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) (limited to 'unit') diff --git a/unit/stk-test-data.h b/unit/stk-test-data.h index a8a8e2f5..e7f4498d 100644 --- a/unit/stk-test-data.h +++ b/unit/stk-test-data.h @@ -1268,3 +1268,37 @@ static const unsigned char play_tone_213[] = { }; #define play_tone_response_213 play_tone_response_111 + +static const unsigned char play_tone_311[] = { + 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85, + 0x0C, 0x3C, 0x42, 0x41, 0x53, 0x49, 0x43, 0x2D, 0x49, 0x43, 0x4F, 0x4E, + 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x00, 0x01 +}; + +#define play_tone_response_311 play_tone_response_111 + +static const unsigned char play_tone_321[] = { + 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85, + 0x0C, 0x3C, 0x42, 0x41, 0x53, 0x49, 0x43, 0x2D, 0x49, 0x43, 0x4F, 0x4E, + 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x01, 0x01 +}; + +#define play_tone_response_321 play_tone_response_111 + +static const unsigned char play_tone_331[] = { + 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85, + 0x0D, 0x3C, 0x43, 0x4F, 0x4C, 0x4F, 0x55, 0x52, 0x2D, 0x49, 0x43, 0x4F, + 0x4E, 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x00, + 0x02 +}; + +#define play_tone_response_331 play_tone_response_111 + +static const unsigned char play_tone_341[] = { + 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85, + 0x0D, 0x3C, 0x43, 0x4F, 0x4C, 0x4F, 0x55, 0x52, 0x2D, 0x49, 0x43, 0x4F, + 0x4E, 0x3E, 0x8E, 0x01, 0x11, 0x84, 0x02, 0x01, 0x01, 0x1E, 0x02, 0x01, + 0x02 +}; + +#define play_tone_response_341 play_tone_response_111 diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 1fe72921..aa79e43b 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -2509,40 +2509,6 @@ struct play_tone_test { char *html; }; -static unsigned char play_tone_311[] = { 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, - 0x00, 0x82, 0x02, 0x81, 0x03, - 0x85, 0x0C, 0x3C, 0x42, 0x41, - 0x53, 0x49, 0x43, 0x2D, 0x49, - 0x43, 0x4F, 0x4E, 0x3E, 0x8E, - 0x01, 0x11, 0x84, 0x02, 0x01, - 0x01, 0x1E, 0x02, 0x00, 0x01 }; - -static unsigned char play_tone_321[] = { 0xD0, 0x22, 0x81, 0x03, 0x01, 0x20, - 0x00, 0x82, 0x02, 0x81, 0x03, - 0x85, 0x0C, 0x3C, 0x42, 0x41, - 0x53, 0x49, 0x43, 0x2D, 0x49, - 0x43, 0x4F, 0x4E, 0x3E, 0x8E, - 0x01, 0x11, 0x84, 0x02, 0x01, - 0x01, 0x1E, 0x02, 0x01, 0x01 }; - -static unsigned char play_tone_331[] = { 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, - 0x00, 0x82, 0x02, 0x81, 0x03, - 0x85, 0x0D, 0x3C, 0x43, 0x4F, - 0x4C, 0x4F, 0x55, 0x52, 0x2D, - 0x49, 0x43, 0x4F, 0x4E, 0x3E, - 0x8E, 0x01, 0x11, 0x84, 0x02, - 0x01, 0x01, 0x1E, 0x02, 0x00, - 0x02 }; - -static unsigned char play_tone_341[] = { 0xD0, 0x23, 0x81, 0x03, 0x01, 0x20, - 0x00, 0x82, 0x02, 0x81, 0x03, - 0x85, 0x0D, 0x3C, 0x43, 0x4F, - 0x4C, 0x4F, 0x55, 0x52, 0x2D, - 0x49, 0x43, 0x4F, 0x4E, 0x3E, - 0x8E, 0x01, 0x11, 0x84, 0x02, - 0x01, 0x01, 0x1E, 0x02, 0x01, - 0x02 }; - static unsigned char play_tone_411[] = { 0xD0, 0x28, 0x81, 0x03, 0x01, 0x20, 0x00, 0x82, 0x02, 0x81, 0x03, 0x85, 0x10, 0x54, 0x65, 0x78, -- cgit v1.2.3