Huw Davies
|
d468ed1e99
|
ole32/tests: Add more drag and drop tests.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-23 20:22:23 +09:00 |
Huw Davies
|
b262dad099
|
ole32/tests: Move tests to a table driven mechanism.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-23 20:22:23 +09:00 |
Huw Davies
|
a38699084b
|
ole32/tests: Win 8 releases the drop target in OleUninitialize().
|
2015-04-20 14:37:13 +09:00 |
Piotr Caban
|
9f9fb6b7f1
|
ole32/tests: Fix DoDragDrop tests.
|
2014-03-04 11:50:50 +01:00 |
Piotr Caban
|
6d1ab7fa16
|
ole32: Add more DoDragDrop tests.
|
2014-03-03 17:02:35 +01:00 |
Nikolay Sivov
|
026b711483
|
ole32/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:18 +02:00 |
Jacek Caban
|
df4f027238
|
ole32/tests: Use proper helpers for iface calls.
|
2012-08-13 16:28:48 +02:00 |
Adam Martinson
|
e85668b463
|
ole32: Don't call IDropTarget::QueryInterface() in RegisterDragDrop().
|
2011-06-08 17:36:40 +02:00 |
Adam Martinson
|
456e48efa1
|
ole32/tests: IDropTarget::QueryInterface() shouldn't be called.
|
2011-05-20 17:57:01 +02:00 |
Huw Davies
|
a2e1dd29dc
|
ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.
|
2010-07-22 16:11:51 +02:00 |
Nikolay Sivov
|
2c80e14eec
|
ole32: Use window property to store registered drop target.
|
2010-05-18 08:53:08 +02:00 |
Nikolay Sivov
|
071d16d624
|
ole32/tests: Additional test for RevokeDragDrop with destroyed window.
|
2010-05-03 13:58:41 +02:00 |
Nikolay Sivov
|
5426320d82
|
ole32/ole2: Fix simple parameter handling for DoDragDrop().
|
2010-05-03 13:58:38 +02:00 |
Nikolay Sivov
|
a37dfe3584
|
ole32/tests: Move tests to a separate function.
|
2010-05-03 13:58:34 +02:00 |
Paul Vriens
|
e31df3616a
|
ole32/tests: Remove an unused function declaration.
|
2009-03-06 15:39:30 +01:00 |
Paul Vriens
|
6d15749d14
|
ole32/tests: Fix two failures on NT4.
|
2008-10-09 13:01:40 +02:00 |
Rob Shearman
|
7b564cbf17
|
ole32: Create a dummy window for use in the drag and drop API tests.
As a window being registered for drag and drop is a system-global
property, the tests could be affected by other processes in the
system.
|
2008-09-29 17:24:42 -05:00 |
Rob Shearman
|
5e2d890e5d
|
ole32: RegisterDragDrop should return E_OUTOFMEMORY in the case that COM isn't intialised, instead of CO_E_NOTINITIALIZED.
|
2007-10-09 17:52:46 +02:00 |
Rob Shearman
|
63ea015c65
|
ole32: Don't release the registered drop targets in OleUninitialize.
Do it in DLL_PROCESS_DETACH instead.
|
2007-04-05 13:25:18 +02:00 |
Rob Shearman
|
47432cba45
|
ole32: Check the input hwnd is valid in RevokeDragDrop.
|
2007-04-05 13:25:05 +02:00 |
Rob Shearman
|
2d8ae2cf83
|
ole32: Check for COM not being initialised and an invalid window handle being input to RegisterDragDrop.
|
2007-04-05 13:24:54 +02:00 |
Rob Shearman
|
db4972f1fb
|
ole32: Add tests for drag and drop functions.
|
2007-04-05 13:23:59 +02:00 |