Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[test_mms_codec] Added test for non-multipart attachment
  • Loading branch information
monich committed Apr 21, 2014
1 parent b1ba5d1 commit b208562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added mms-lib/test/mms_codec/data/m-retrieve_5.conf
Binary file not shown.
3 changes: 2 additions & 1 deletion mms-lib/test/mms_codec/test_mms_codec.c
Expand Up @@ -51,7 +51,7 @@ test_file(
int main(int argc, char* argv[])
{
int i, ret = RET_OK;
const char* default_files[] = {
static const char* default_files[] = {
"m-acknowledge.ind",
"m-notification_1.ind",
"m-notification_2.ind",
Expand All @@ -62,6 +62,7 @@ int main(int argc, char* argv[])
"m-retrieve_2.conf",
"m-retrieve_3.conf",
"m-retrieve_4.conf",
"m-retrieve_5.conf",
"m-notifyresp.ind",
"m-read-rec.ind",
"m-send.conf"
Expand Down

0 comments on commit b208562

Please sign in to comment.