unit: update test-rilmodem-sms set_sca test case

Update test-rilmodem-sms set_sca test case to take
into account additional quotes used for sending
a SET_SMSC_ADDRESS request.
This commit is contained in:
Tony Espy 2015-12-04 16:16:58 -05:00 committed by Denis Kenzior
parent 98f3486fb3
commit 0967040809
1 changed files with 4 additions and 4 deletions

View File

@ -237,10 +237,10 @@ static const struct sms_data testdata_sca_query_invalid_3 = {
* {number="+34607003110"} * {number="+34607003110"}
*/ */
static const guchar req_set_smsc_address_parcel_1[] = { static const guchar req_set_smsc_address_parcel_1[] = {
0x00, 0x00, 0x00, 0x28, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x0c, 0x00, 0x00, 0x00, 0x2b, 0x00, 0x33, 0x00, 0x34, 0x00, 0x36, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x22, 0x00, 0x2b, 0x00, 0x33, 0x00, 0x34, 0x00,
0x30, 0x00, 0x37, 0x00, 0x30, 0x00, 0x30, 0x00, 0x33, 0x00, 0x31, 0x00, 0x36, 0x00, 0x30, 0x00, 0x37, 0x00, 0x30, 0x00, 0x30, 0x00, 0x33, 0x00,
0x31, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00 0x31, 0x00, 0x31, 0x00, 0x30, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00
}; };
static const struct sms_data testdata_sca_set_valid_1 = { static const struct sms_data testdata_sca_set_valid_1 = {