tests: fix sms part tests

This commit is contained in:
Aleksander Morgado
2012-10-04 11:36:02 +02:00
parent 82f253b8ca
commit 99cb8cb2e6

View File

@@ -264,7 +264,7 @@ test_pdu3_8bit (void)
"+18005551212", /* number */
"110101123456+00", /* timestamp */
FALSE,
"", /* text */
NULL, /* text */
expected_data, /* data */
sizeof (expected_data)); /* data size */
}
@@ -336,7 +336,7 @@ test_pdu_dcsf_8bit (void)
"+18005551212", /* number */
"110101123456+00", /* timestamp */
FALSE,
"", /* text */
NULL, /* text */
expected_data, /* data */
sizeof (expected_data)); /* data size */
}