unit: Move More Time test data

This commit is contained in:
Denis Kenzior 2012-10-30 16:59:25 -05:00
parent acd6987a7f
commit 67560b5919
2 changed files with 8 additions and 8 deletions

View File

@ -1095,3 +1095,11 @@ static const unsigned char get_input_response_1221[] = {
0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb,
0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb, 0x30, 0xeb,
};
static const unsigned char more_time_111[] = {
0xD0, 0x09, 0x81, 0x03, 0x01, 0x02, 0x00, 0x82, 0x02, 0x81, 0x82
};
static const unsigned char more_time_response_111[] = {
0x81, 0x03, 0x01, 0x02, 0x00, 0x82, 0x02, 0x82, 0x81, 0x83, 0x01, 0x00,
};

View File

@ -2469,9 +2469,6 @@ struct more_time_test {
unsigned char qualifier;
};
static unsigned char more_time_111[] = { 0xD0, 0x09, 0x81, 0x03, 0x01, 0x02,
0x00, 0x82, 0x02, 0x81, 0x82 };
static struct more_time_test more_time_data_111 = {
.pdu = more_time_111,
.pdu_len = sizeof(more_time_111),
@ -17665,11 +17662,6 @@ static const struct terminal_response_test get_input_response_data_1221 = {
},
};
static const unsigned char more_time_response_111[] = {
0x81, 0x03, 0x01, 0x02, 0x00, 0x82, 0x02, 0x82,
0x81, 0x83, 0x01, 0x00,
};
static const struct terminal_response_test more_time_response_data_111 = {
.pdu = more_time_response_111,
.pdu_len = sizeof(more_time_response_111),