Fixup unit test data

50 in first octet of deliver isn't valid
This commit is contained in:
Denis Kenzior 2009-09-08 16:24:31 -05:00
parent 06ea6137a3
commit 8a31dc3312
1 changed files with 3 additions and 3 deletions

View File

@ -589,7 +589,7 @@ static void test_udh_iter()
g_free(utf8);
}
static const char *assembly_pdu1 = "038121F350048155550119906041001222048C0500"
static const char *assembly_pdu1 = "038121F340048155550119906041001222048C0500"
"031E0301041804420430043A002C002004100"
"43B0435043A04410430043D04340440002000"
"200441043B044304480430043B00200437043"
@ -600,7 +600,7 @@ static const char *assembly_pdu1 = "038121F350048155550119906041001222048C0500"
"000200433043D0435";
static int assembly_pdu_len1 = 155;
static const char *assembly_pdu2 = "038121F350048155550119906041001222048C0500"
static const char *assembly_pdu2 = "038121F340048155550119906041001222048C0500"
"031E03020432043E043C002E000A041D04300"
"43A043E043D04350446002C0020043D043500"
"200432002004410438043B043004450020043"
@ -611,7 +611,7 @@ static const char *assembly_pdu2 = "038121F350048155550119906041001222048C0500"
"004320020043A043E";
static int assembly_pdu_len2 = 155;
static const char *assembly_pdu3 = "038121F350048155550119906041001222044A0500"
static const char *assembly_pdu3 = "038121F340048155550119906041001222044A0500"
"031E0303043C043D043004420443002C00200"
"43F043E043704300431044B0432000A043404"
"3004360435002C002004470442043E0020002"