Commit Graph

39 Commits

Author SHA1 Message Date
Michael Stefaniuc 7ae2a7cbcd mapi32: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-03 10:25:30 +01:00
Alexandre Julliard 359de0a90d mapi32/tests: Get rid of strcmpW().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-26 10:59:43 +01:00
Michael Stefaniuc 864c803341 mapi32/tests: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-04 14:23:14 +02:00
Michael Stefaniuc dc467bf233 mapi32/tests: Test the correct return code (PVS-Studio). 2014-12-22 13:33:20 +01:00
Frédéric Delanoy 55ddb4d997 mapi32/tests: Use BOOL type where appropriate. 2013-11-14 10:35:20 +01:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Andrew Nguyen 4ed80f3bcb mapi32/tests: Invoke MAPIInitialize before performing the FPropContainsProp tests.
This avoids crashes with the native Outlook extended MAPI provider.
2010-02-01 12:43:23 +01:00
Andrew Nguyen aef39f3d9f mapi32/tests: Centralize property function pointer initialization. 2010-01-18 15:34:44 +01:00
Andrew Nguyen b69045bfc7 mapi32/tests: Fix the PropCopyMore tests and add an additional test.
The PropCopyMore test function was incorrectly allocating memory and
testing property types without initializing the correct property union
member, causing a crash with the native Outlook extended MAPI
provider.
2010-01-18 15:34:32 +01:00
Andrew Nguyen 3bd474d7f3 mapi32/tests: Report skips for unavailable property functions. 2010-01-18 15:34:04 +01:00
Ge van Geldorp 61c69e55e4 mapi32/tests: Skip tests if no default email client is installed. 2009-10-07 12:54:34 +02:00
Paul Vriens f06102b84b mapi32/tests: Don't run tests if ScInitMapiUtil() fails. 2009-06-19 13:53:25 +02:00
Francois Gouget 323b616532 mapi32/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-23 12:21:18 +01:00
Juan Lang dd52e52df8 mapi32: Fix failing tests on some Win9x versions. 2009-02-05 14:24:23 +01:00
Juan Lang f5c0f3c3c2 mapi32: Fix many test failures on Win9x. 2009-02-02 11:56:02 +01:00
Michael Stefaniuc 120584d5c5 mapi32: Remove superfluous casts. 2009-01-08 12:54:48 +01:00
Alistair Leslie-Hughes 1124555a37 mapi32: Skip tests on error. 2008-06-25 20:28:09 +02:00
Alexandre Julliard 427cd9183a uuid: Remove a few iids that don't belong here. 2008-02-19 20:09:19 +01:00
Paul Vriens 9f92437e29 mapi32/tests: Don't run tests if functions are not implemented. 2007-03-05 12:14:11 +01:00
Francois Gouget b0bde6b87c Assorted spelling fixes. 2007-01-18 12:56:52 +01:00
Andrew Talbot 70fec9058d mapi32/tests: Cast-qual warnings fix. 2006-12-11 12:19:11 +01:00
Francois Gouget 73c6275e94 mapi32/tests: Remove unneeded NONAMELESS* macros. 2006-11-24 11:48:53 +01:00
Hans Leidekker 577d1e1f89 mapi32/tests: Win64 printf format warning fixes. 2006-10-12 21:26:34 +02:00
Andrew Talbot 99c5d1957a mapi32/tests: Write-strings warning fix. 2006-07-28 12:33:11 +02:00
Alexandre Julliard 4ec2fcc9fd mapi32/tests: Don't use sizeof in ok() to avoid printf format warnings. 2006-06-13 14:02:45 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard 3e73b93a3b Get rid of FAR keywords. 2005-11-08 16:10:37 +00:00
Ivan Leo Puoti a0fb866294 Allow mapi32 tests to load and exit gracefully if mapi32.dll isn't
installed.
2005-10-27 18:29:27 +00:00
Mike McCormack 6dc69f5f54 Fix gcc 4.0 warnings. 2005-09-02 12:26:21 +00:00
Saulius Krasuckas d002f5ce22 Avoid accessing uninitialized data on WinME (based on an old patch by
Ferenc Wagner).
2005-06-14 19:18:18 +00:00
Francois Gouget 4d801b66e6 Assorted spelling fixes. 2005-02-10 19:19:35 +00:00
Francois Gouget 87b0906789 Assorted spelling fixes. 2005-01-10 13:29:24 +00:00
Eric Pouech cf1d00bb08 Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
2005-01-09 16:42:53 +00:00
Jon Griffiths 91332bf471 Implement CreateIProp & most of MAPI's IMAPIProp & IPropData ifaces.
Implement FBadEntryList and make FBadProp use it.
Test CreateIProp, start of tests for IPropData interface.
2005-01-03 17:05:02 +00:00
Ferenc Wagner 494ea8106e Terminate test loop on the first error to avoid excessive log volume. 2004-08-16 23:18:48 +00:00
Ferenc Wagner 13414ae867 Avoid segfaults on uninitialized data. 2004-07-06 21:02:51 +00:00
Jon Griffiths d0f9c31c28 Implement and test ScCopyProps/ScRelocProps. 2004-05-03 20:19:00 +00:00
Jon Griffiths 4ec0d3be0a Tests for newly added MAPI functions. 2004-04-23 23:30:00 +00:00