/* * check_attachments.c, SJ */ #include "test.h" static void test_attachments(struct config *cfg){ unsigned int i; int j; char n_attachments[10]; struct stat st; struct session_data sdata; struct parser_state state; struct data data; struct attachments { char s[SMALLBUFSIZE]; char *attachments[3]; int n_attachments; }; struct attachments tests[] = { {"1.eml", {"jatekbolt_logo.png", "ปัจจัยสำคัญ 5 ประการ กับการเคลื่อนไหวในตลาดอัตราแลกเปลี่ยน.เพิ่มเติม.docx", NULL}, 2}, {"30-subject.eml", {NULL, NULL, NULL}, 0}, }; TEST_HEADER(); snprintf(data.licence.hostname, TINYBUFSIZE-1, "example.com"); for(i=0; i