unit: Minor style updates to test-sms

This commit is contained in:
Denis Kenzior 2010-12-08 10:31:05 -06:00
parent 337eb41f06
commit 2ee569255f
1 changed files with 27 additions and 30 deletions

View File

@ -646,7 +646,6 @@ static void test_sms_charset(gconstpointer param)
pdu = decode_hex(data->pdu, -1, &pdu_len, 0);
g_assert(pdu);
g_assert(pdu_len == (gint64)strlen(data->pdu) / 2);
ret = sms_decode(pdu, pdu_len, FALSE, pdu_len, &sms);
@ -661,9 +660,7 @@ static void test_sms_charset(gconstpointer param)
&sms_compressed, NULL);
g_assert(ret);
g_assert(sms_charset == SMS_CHARSET_7BIT);
g_assert(sms_compressed == FALSE);
data_len = sms_udl_in_bytes(sms.deliver.udl, sms.deliver.dcs);