Commit Graph

43 Commits

Author SHA1 Message Date
Austin English fd4ddca0dc inetcomm/tests: Make sure to use return values (LLVM/Clang). 2011-02-08 14:45:53 -06:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Francois Gouget 3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Huw Davies 6660d1dc38 inetcomm/tests: AddRef on the stream doesn't return the ref count on win95. 2009-02-18 12:12:04 +01:00
Huw Davies a6d584cec9 inetcomm/tests: Object is a static singleton on win95. 2009-02-18 12:12:00 +01:00
Alistair Leslie-Hughes 5416057e79 inetcomm: Correct test under w2k8. 2008-10-29 13:43:04 +01:00
Huw Davies 59091374e8 inetcomm: Implement IMimeBody_IsType(IBT_EMPTY). 2008-09-23 12:12:53 +02:00
Huw Davies ed8b219c68 inetcomm: Charset name comparison should be case insensitive. 2008-09-22 13:45:52 +02:00
Huw Davies 5497ff016c inetcomm/tests: Add tests for IMimeInternational_ConvertString. 2008-09-17 11:04:33 +02:00
Huw Davies 4c7380b113 inetcomm/tests: Tests for IMimeInternational_ConvertBuffer. 2008-09-16 11:28:47 +02:00
Huw Davies ef180ec3e7 inetcomm/tests: Add a test for IMimeInternational_SetDefaultCharset. 2008-09-11 14:35:54 +02:00
Huw Davies 4271524b8a inetcomm/tests: Add test for IMimeInternational_GetDefaultCharset. 2008-09-11 14:35:47 +02:00
Huw Davies 3fe7ea127c inetcomm/tests: Add tests for IMimeInternational_GetCodePageCharset. 2008-09-11 14:35:38 +02:00
Huw Davies 3dd46c3606 inetcomm/tests: Add tests for IMimeInternational_GetCharsetInfo. 2008-09-11 14:35:29 +02:00
Huw Davies 9229c19d01 inetcomm/tests: Tests for IMimeInternational_FindCharset. 2008-09-11 14:35:18 +02:00
Huw Davies 913f17e290 inetcomm/tests: Start of IMimeInternational tests. 2008-09-11 14:35:01 +02:00
Alexandre Julliard 79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Alexandre Julliard dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
James Hawkins b8ffcbc35b inetcomm: Fix a test that fails on all systems. 2008-04-21 13:20:07 +02:00
Huw Davies b21b9c7372 inetcomm: Stub for MimeOleGetCharsetInfo. 2008-02-13 16:40:27 +01:00
Huw Davies 43958866a3 inetcomm: Stub IMime{Message, Body}_GetCharset to return a NULL charset. 2008-02-13 16:40:17 +01:00
Huw Davies 3f92c5b734 inetcomm: Implement IMimeBody_GetProp for the primary context type. 2008-02-13 16:40:07 +01:00
Huw Davies 02ceeef288 inetcomm: Implement IMimeMessage_GetAttachments. 2008-02-13 16:37:57 +01:00
Huw Davies d56033eedf inetcomm: Implement IMimeMessage_Find{First,Next}. 2008-02-13 16:37:22 +01:00
Huw Davies 8be6df3434 inetcomm: Implement IMimeMessage_CountBodies. 2008-02-13 16:37:08 +01:00
Huw Davies e15ff2ef86 inetcomm: Implement IMimeMessage_GetBody. 2008-02-13 16:36:57 +01:00
Huw Davies a14bb14dc5 inetcomm: Implement IMimeMessage_BindToObject. 2008-02-12 22:37:02 +01:00
Huw Davies 4ba3aa5047 inetcomm: Add the beginnings of IMimeMessage_Load. 2008-02-12 22:36:24 +01:00
Huw Davies 3fa10f79f4 inetcomm: Implement IMimeBody_GetOffsets. 2007-12-21 12:40:24 +01:00
Huw Davies 979a43e49d inetcomm: Unquote parameter values. 2007-12-18 19:48:25 +01:00
Huw Davies e446351d4c inetcomm: Implement IMimeBody_GetParameters. 2007-12-18 19:48:22 +01:00
Huw Davies 5df59e29c9 inetcomm: Add IMimeAllocator implementation. 2007-12-18 13:30:14 +01:00
Francois Gouget b8ee557386 inetcomm/tests: Fix compilation on systems that don't support nameless unions. 2007-12-07 14:53:03 +01:00
Huw Davies ef59756ace inetcomm: Implement IMimeBody:SetData. 2007-11-27 11:37:16 +01:00
Huw Davies dd66f04c21 inetcomm: Implement IMimeBody:[G|S]etCurrentEncoding. 2007-11-27 11:37:01 +01:00
Huw Davies 19cb4bcd36 inetcomm: Implement IMimeBody:IsContentType. 2007-11-27 11:36:55 +01:00
Huw Davies 98dfca50bb inetcomm: Copy RFC822 headers into a memory block for later parsing. 2007-11-27 11:35:13 +01:00
Huw Davies 288196a49a inetcomm: Add a test for MimeBody. 2007-11-15 11:08:53 +01:00
Huw Davies 8ccf1066eb inetcomm: Add a stub implementation of the MimeSecurity object. 2007-11-07 11:57:16 +01:00
Huw Davies ba6b7e8ba5 inetcomm: Add a test for MimeOleCreateVirtualStream. 2007-11-06 13:01:00 +01:00