Rob Shearman
|
b859d2052b
|
ole32: Allow some optional methods to be called in the OleCreate tests.
Fixes failures in these tests on NT4.
|
2009-02-09 14:03:09 +01:00 |
Rob Shearman
|
d26250fd08
|
ole32: Add framework in the ole2 tests for having optionally called methods.
|
2009-02-09 14:03:03 +01:00 |
Rob Shearman
|
40660894c8
|
ole32: Fix an ole2 test failure on Win9x and NT4.
The combination of CF_BITMAP and TYMED_GLOBAL isn't accepted on newer
versions of Windows, so mark it as broken.
|
2009-02-06 13:03:16 +01:00 |
Michael Stefaniuc
|
bdbfac5996
|
ole32/tests: Remove superfluous pointer casts.
|
2009-01-20 12:34:31 +01:00 |
Nikolay Sivov
|
11c1d7a0e7
|
ole32: Fix return value for DefaultHandler_GetMiscStatus.
|
2009-01-07 12:27:34 +01:00 |
Francois Gouget
|
0b1d8be037
|
ole32/tests: Make test_runnable() static.
|
2008-12-12 11:42:31 +01:00 |
Paul Vriens
|
d46f93669d
|
ole32/tests: Fix a test on win98 and W2K.
|
2008-08-18 17:04:48 +02:00 |
James Hawkins
|
833c342555
|
ole32: Fix a few failing tests in win2k.
|
2008-07-08 10:48:16 +02:00 |
Paul Vriens
|
185ad65d12
|
ole32/tests: Only skip the tests if we are on NT4 or below.
|
2008-06-10 17:43:14 +02:00 |
Paul Vriens
|
b1a5b94001
|
ole32/tests: Fix crash on NT4 and below.
|
2008-06-10 11:33:40 +02:00 |
Paul Vriens
|
470a0a22f4
|
ole32/tests: Fix crash on W2K and below.
|
2008-06-10 11:33:36 +02:00 |
Rob Shearman
|
5d2f802359
|
ole32: Validate the parameters to DataCache_Cache.
|
2007-11-13 23:28:05 +01:00 |
Rob Shearman
|
dd527a7d2c
|
ole32: Fix a leak of a moniker object in test_default_handler.
|
2007-11-12 11:46:11 +01:00 |
Alexandre Julliard
|
41cf63148a
|
Fix redundant uses of MAKEINTRESOURCE.
|
2007-10-18 14:16:32 +02:00 |
Mikolaj Zalewski
|
01e7891d48
|
ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject.
|
2007-10-10 11:18:44 +02:00 |
Rob Shearman
|
bbedf3d096
|
ole32: Add tests for the default handler.
|
2007-01-11 11:50:03 +01:00 |
Francois Gouget
|
5e10172b30
|
ole32: Fix named/nameless union compilation error.
|
2006-12-14 12:44:31 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Rob Shearman
|
1b244baf48
|
ole32: Fix HandsOffStorage in the data cache.
|
2006-12-04 20:19:03 +01:00 |
Rob Shearman
|
6235ac9f58
|
ole32: Implement the DiscardCache function in the data cache.
|
2006-12-04 20:18:56 +01:00 |
Rob Shearman
|
e99168e1ba
|
ole32: Add tests for invalid clipformat/tymed combinations in IOleCache:Cache and for caching formats with a clipformat of 0.
|
2006-12-04 13:51:11 +01:00 |
Rob Shearman
|
587ba29174
|
ole32: Implement saving of the data cache.
Document a few of the unknown fields in the presentation data header.
|
2006-12-04 12:21:20 +01:00 |
Rob Shearman
|
e5c82d3aa4
|
ole32: Add handling of the dirty state to the data cache and fix InitNew to not call Load.
|
2006-12-04 12:21:09 +01:00 |
Rob Shearman
|
188fe95091
|
ole32: Add some tests for the IViewObject, IOleCache2 and IPersistStorage interfaces of the OLE data cache.
|
2006-12-04 12:20:51 +01:00 |
Michael Ploujnikov
|
9d2a804f9b
|
ole32/tests: Win64 printf format warning fixes.
|
2006-10-14 20:17:16 +02:00 |
Jacek Caban
|
2abe8348fa
|
ole32: Don't fail in OleCreate if created object doesn't implement IRunnableObject or IOleChache.
|
2006-10-09 12:43:57 +02:00 |
Robert Shearman
|
03510be55b
|
ole32: Add a test for OleLoad.
|
2006-09-07 11:43:41 +02:00 |
Robert Shearman
|
da321acf0e
|
ole32: Add tests for OleCreate.
|
2006-09-07 11:43:16 +02:00 |