summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Espy <espy@canonical.com>2015-12-04 16:16:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2015-12-04 16:25:20 -0600
commit09670408095b0b19002a5da3014fbfc05e1b083c (patch)
treea1c9fd2174d3d164528b5f247fd8cc7660fd63ab
parent98f3486fb3408ad66e214df51294520f857d699d (diff)
downloadofono-09670408095b0b19002a5da3014fbfc05e1b083c.tar.bz2
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.
-rw-r--r--unit/test-rilmodem-sms.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/unit/test-rilmodem-sms.c b/unit/test-rilmodem-sms.c
index ae3b1b39..1ed1b519 100644
--- a/unit/test-rilmodem-sms.c
+++ b/unit/test-rilmodem-sms.c
@@ -237,10 +237,10 @@ static const struct sms_data testdata_sca_query_invalid_3 = {
* {number="+34607003110"}
*/
static const guchar req_set_smsc_address_parcel_1[] = {
- 0x00, 0x00, 0x00, 0x28, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x0c, 0x00, 0x00, 0x00, 0x2b, 0x00, 0x33, 0x00, 0x34, 0x00, 0x36, 0x00,
- 0x30, 0x00, 0x37, 0x00, 0x30, 0x00, 0x30, 0x00, 0x33, 0x00, 0x31, 0x00,
- 0x31, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00
+ 0x00, 0x00, 0x00, 0x2c, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x0e, 0x00, 0x00, 0x00, 0x22, 0x00, 0x2b, 0x00, 0x33, 0x00, 0x34, 0x00,
+ 0x36, 0x00, 0x30, 0x00, 0x37, 0x00, 0x30, 0x00, 0x30, 0x00, 0x33, 0x00,
+ 0x31, 0x00, 0x31, 0x00, 0x30, 0x00, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00
};
static const struct sms_data testdata_sca_set_valid_1 = {