Vincent Povirk
|
8569d547b9
|
ole32: Forbid renaming an open storage.
|
2009-11-20 11:15:44 +01:00 |
Vincent Povirk
|
c62a4ad841
|
ole32: Forbid opening the same storage twice.
|
2009-11-20 11:15:35 +01:00 |
Vincent Povirk
|
d3c0a3a829
|
ole32: Invalidate open storage objects that outlive their parent.
|
2009-11-20 11:15:27 +01:00 |
Vincent Povirk
|
3cd2a80eda
|
ole32: Add test for freeing the parent of a storage.
|
2009-11-20 11:15:21 +01:00 |
Vincent Povirk
|
52100e9620
|
ole32: Do not allow renaming streams that are open.
|
2009-11-19 11:46:57 +01:00 |
Vincent Povirk
|
371f6a4818
|
ole32: Do not allow the same stream to be opened twice.
|
2009-11-19 11:46:49 +01:00 |
Vincent Povirk
|
9d0c4c971d
|
ole32: Always invalidate stream objects when deleting the stream.
|
2009-11-19 11:46:32 +01:00 |
Vincent Povirk
|
a2c405fa15
|
ole32: Add a test for freeing the parent of an open stream.
|
2009-11-19 11:46:18 +01:00 |
Rob Shearman
|
932544d34c
|
ole32: OleInitialize should return S_OK if it is called for the first time on a thread independently of CoInitializeEx.
|
2009-11-17 15:14:53 +01:00 |
Hans Leidekker
|
e265d534e4
|
ole32: Return success from OleLockRunning when the object does not support IRunnableObject.
|
2009-11-11 11:50:50 +01:00 |
Vincent Povirk
|
bc3fa10773
|
ole32: Add tests for IStorage_RenameElement.
|
2009-11-11 10:55:07 +01:00 |
Alexandre Julliard
|
f7bd47f78b
|
ole32/tests: Set returned pointer to NULL in CreateInstance (Valgrind).
|
2009-10-22 13:04:36 +02:00 |
Paul Vriens
|
5f52d86cc2
|
oleaut32/tests: Remove a temp file.
|
2009-10-20 14:39:37 +02:00 |
Vincent Povirk
|
657c832765
|
ole32: Add test showing storage objects can't be opened twice.
|
2009-10-14 11:23:07 +02:00 |
Andrew Eikum
|
7e7ed92b5d
|
ole32/tests: Add tests for IStorage::CopyTo with IID exclusions.
|
2009-10-12 12:13:14 +02:00 |
Andrew Eikum
|
29fc53b632
|
ole32/tests: Add tests for IStorage::CopyTo with SNB exlusions.
|
2009-10-06 11:57:44 +02:00 |
Andrew Eikum
|
60d8547e61
|
ole32/tests: Add tests for IStorage::CopyTo.
|
2009-10-06 11:57:29 +02:00 |
Nikolay Sivov
|
5b723235d8
|
ole32: Check source pointer in StringFromGUID2.
|
2009-10-06 11:57:20 +02:00 |
Vincent Povirk
|
536aa9be99
|
ole32/tests: Add test for non-root transacted storage objects.
|
2009-10-05 13:46:00 +02:00 |
Vincent Povirk
|
3c9067de9f
|
ole32/tests: Add test for IStorage::Revert.
|
2009-10-05 13:46:00 +02:00 |
Vincent Povirk
|
d6e020fdb8
|
ole32/tests: Test substorages of transacted storage objects.
|
2009-10-05 13:46:00 +02:00 |
Jörg Höhle
|
08df19b405
|
ole32/tests: Guard ReleaseStgMedium with SUCCEEDED.
|
2009-09-30 14:31:57 +02:00 |
Markus Stockhausen
|
abdebcdbbe
|
ole32/storage32: Fix for reference counters in nested storage.
|
2009-09-26 16:05:45 +02:00 |
Andrew Eikum
|
968126c231
|
ole32: Don't fail when constants are 'incorrect'.
|
2009-09-08 12:11:10 +02:00 |
Andrew Eikum
|
a0d262c545
|
ole32: Overwrite previous CompObj instead of failing.
|
2009-08-28 11:54:30 +02:00 |
Alexandre Julliard
|
4770ba7bcc
|
ole32/tests: Skip a string that may not round-trip in all codepages.
|
2009-08-19 10:02:50 +02:00 |
Alexandre Julliard
|
a104766b07
|
ole32/tests: Don't release the token object since it doesn't have a proper ref count.
|
2009-08-18 13:00:37 +02:00 |
Alexandre Julliard
|
9b2e414e91
|
ole32/tests: Avoid infinite waits in tests.
|
2009-08-18 12:48:57 +02:00 |
Alexandre Julliard
|
d617642999
|
ole32/tests: Avoid depending on the heap allocation order for the CoGetObjectContext test.
|
2009-07-22 14:42:50 +02:00 |
Paul Vriens
|
f057d7d63f
|
ole32/tests: Reset a variable before testing.
|
2009-07-06 14:35:26 +02:00 |
Alexandre Julliard
|
05beb0daed
|
ole32/tests: Fix the HMETAFILE_UserSize prototype.
|
2009-07-03 13:57:21 +02:00 |
Hans Leidekker
|
6986d97f18
|
ole32: Use existing MTA in CoGetContextToken and CoGetObjectContext.
|
2009-07-03 13:06:17 +02:00 |
Paul Vriens
|
fb0275dd31
|
ole32/tests: Fix some test failures on Win9x/WinME.
|
2009-07-02 14:26:02 +02:00 |
Hans Leidekker
|
82bcafe8eb
|
ole32: Add tests for CoGetContextToken.
|
2009-06-23 15:52:58 +02:00 |
Huw Davies
|
7490f922e0
|
ole32/tests: Add a test for enhanced metafile retrieval.
|
2009-06-23 11:45:08 +02:00 |
Francois Gouget
|
70cdb5c3e4
|
ole32/tests: Make test_readonly() static.
|
2009-06-05 14:43:25 +02:00 |
Paul Vriens
|
cb81487707
|
ole32/tests: Fix remaining test failures on NT4 and below.
|
2009-06-04 12:11:51 +02:00 |
Paul Vriens
|
27485d9b53
|
ole32/tests: Fix a crash on NT4 and below.
|
2009-06-03 11:26:55 +02:00 |
Paul Vriens
|
df24ec66dd
|
ole32/tests: Run more tests on Win9x by using A-functions.
|
2009-06-03 11:26:47 +02:00 |
Paul Vriens
|
08a6e0c2d4
|
ole32/tests: Move common variables to the top.
|
2009-06-03 11:26:36 +02:00 |
Huw Davies
|
16dc037859
|
ole32: In simple mode keep the stream size above the small block limit.
|
2009-06-02 11:57:21 +02:00 |
Huw Davies
|
02fc79b2c9
|
ole32: In simple create mode the size returned by IStream_Stat is actually the current stream position.
|
2009-06-02 11:57:21 +02:00 |
Huw Davies
|
cc8c36c44c
|
ole32: In simple mode, CreateStream with the STGM_CREATE flag should fail.
|
2009-06-02 11:57:21 +02:00 |
Vincent Povirk
|
e21adbf45a
|
ole32: Fix return code of DeleteStorage for read only storage.
|
2009-06-01 16:16:02 +02:00 |
Vincent Povirk
|
93a155381f
|
ole32: Fix crash when calling CreateStorage on read only storage.
|
2009-06-01 16:16:02 +02:00 |
Vincent Povirk
|
4a0901fb87
|
ole32: Fix crash when calling CreateStream on read only storage.
|
2009-06-01 16:16:02 +02:00 |
Vincent Povirk
|
5aab52c977
|
ole32: Add some tests for read only storage objects.
|
2009-06-01 16:16:02 +02:00 |
Alexandre Julliard
|
fb640601ea
|
ole32: Fix some pointer conversion warnings on 64-bit.
|
2009-05-28 15:24:25 +02:00 |
Huw Davies
|
628a8743d2
|
ole32/tests: Fix tests on systems without IE installed.
|
2009-05-25 11:21:12 +02:00 |
Huw Davies
|
825a1b7595
|
ole32/tests: Use the current stream position to determine the marshal data size.
|
2009-05-21 16:17:52 +02:00 |
Huw Davies
|
82b4b6423c
|
ole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes.
|
2009-05-20 10:51:04 +02:00 |
Huw Davies
|
564b960428
|
ole32/tests: Cope with an alignment hole between the two marshalled interfaces.
|
2009-05-19 15:46:17 +02:00 |
Huw Davies
|
707f962896
|
ole32/tests: Remove assumptions about the size of marshalled data.
|
2009-05-19 15:46:11 +02:00 |
Huw Davies
|
3b15bbfd37
|
ole32: Implement TYMED_ISTREAM marshalling.
|
2009-05-18 13:27:49 +02:00 |
Huw Davies
|
10919f7fb9
|
ole32/tests: Add tests for TYMED_ISTREAM marshalling.
|
2009-05-18 13:27:43 +02:00 |
Huw Davies
|
cc68fc4467
|
ole32: Add support for marshalling pUnkForRelease.
|
2009-05-18 13:27:37 +02:00 |
Huw Davies
|
4581af5863
|
ole32/tests: Add tests for STGMEDIUM marshalling with a non-NULL pUnkForRelease.
|
2009-05-18 13:27:34 +02:00 |
Huw Davies
|
5b6312f24c
|
ole32: Implement the WdtpInterfacePointer marshal functions.
|
2009-05-18 13:27:30 +02:00 |
Huw Davies
|
affe9a1e6e
|
ole32/tests: Show that it's the loword of the separate flag parameter that determines the marshalling context.
|
2009-05-18 13:27:24 +02:00 |
Huw Davies
|
b045342ae8
|
ole32/tests: Add tests to show the WdtpInterfacePointer marshal data looks like the result of CoMarshalInterface.
|
2009-05-12 14:57:54 +02:00 |
Huw Davies
|
782ec11a0d
|
ole32/tests: Make the size tests for the WdtpInterfacePointer marshaller more restrictive.
|
2009-05-12 14:57:51 +02:00 |
Alexandre Julliard
|
18419dab31
|
ole32/tests: Fix the clipboard format test on Win64.
|
2009-05-08 13:52:05 +02:00 |
Hans Leidekker
|
bd4975acb0
|
ole32: Use existing MTA in CoGetClassObject and CoCreateInstance.
Custom actions in the CS3 installer depend on this.
|
2009-05-05 14:14:20 +02:00 |
Hans Leidekker
|
d2820c0684
|
ole32: Add tests to show that COM needs to be initialized only once for multi-threaded apartments.
|
2009-05-05 14:14:10 +02:00 |
Huw Davies
|
66d04f8eb6
|
ole32: Implement GetDataHere.
|
2009-04-30 17:20:00 +02:00 |
Huw Davies
|
d2837cb94d
|
ole32/tests: Improve the traces in the test.
|
2009-04-24 15:02:23 +02:00 |
Aric Stewart
|
46da8ef18b
|
ole32: CoGetTreatAsClass should return S_FALSE if it cannot even find the key for the requested CLSID.
|
2009-04-24 11:51:35 +02:00 |
Huw Davies
|
11cb788f35
|
ole32/tests: For win9x and winme the size of the data on the clipboard may be larger than expected.
|
2009-04-23 18:14:03 +02:00 |
Huw Davies
|
083473659b
|
ole32/tests: Rename variable to avoid a conflict on some systems.
|
2009-04-22 17:00:56 +02:00 |
Huw Davies
|
6928615d5c
|
ole32/tests: Add some tests to exercise the enumerator.
|
2009-04-22 14:43:37 +02:00 |
Huw Davies
|
1556d831c8
|
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.
|
2009-04-22 14:43:33 +02:00 |
Huw Davies
|
d18875f306
|
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
|
2009-04-22 14:43:20 +02:00 |
Huw Davies
|
f9d48e7ba0
|
ole32/tests: win9x and winme don't have CF_UNICODETEXT.
|
2009-04-22 14:43:17 +02:00 |
Huw Davies
|
508d6db8e2
|
ole32/tests: win9x, winme and nt4 ignore the target device.
|
2009-04-22 14:43:13 +02:00 |
Huw Davies
|
57d555c796
|
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.
|
2009-04-22 14:43:09 +02:00 |
Huw Davies
|
08d4352f9b
|
ole32: Add support for enumerating non-ole clipboard formats.
|
2009-04-21 13:26:17 +02:00 |
Huw Davies
|
575b0e1435
|
ole32: Don't set cf_dataobject if we're clearing the clipboard.
|
2009-04-21 13:21:19 +02:00 |
Huw Davies
|
1e73a54690
|
ole32: Check that the target devices match.
|
2009-04-21 13:16:48 +02:00 |
Huw Davies
|
aadd07ca9d
|
ole32/tests: Tests for a flushed clipboard.
|
2009-04-16 11:37:39 -05:00 |
Huw Davies
|
718831b77c
|
ole32/tests: Add a few more reference count tests.
|
2009-04-16 11:36:53 -05:00 |
Huw Davies
|
fca4ed5596
|
ole32: After a call to GetData the consumer should hold a ref on the source data object.
|
2009-04-16 11:36:42 -05:00 |
Huw Davies
|
df08d463c9
|
ole32: The consumer data object is not a singleton, but reflects the state of the clipboard when it was acquired.
|
2009-04-16 11:36:00 -05:00 |
Huw Davies
|
f8a1b7e5a5
|
ole32/tests: Tests that show the consumer data object isn't a singleton.
|
2009-04-16 11:35:24 -05:00 |
Alexandre Julliard
|
c378490d7d
|
ole32/tests: Avoid size_t in traces.
|
2009-04-08 16:09:52 +02:00 |
Huw Davies
|
126ec0181f
|
ole32/tests: Set tymed in GetData and AddRef the interfaces (ReleaseStgMedium releases them even if pUnkForRelease is non-NULL).
|
2009-04-01 15:23:03 +02:00 |
Huw Davies
|
61fa9bb061
|
ole32/tests: Add some tests for stream data.
|
2009-03-31 15:00:38 +02:00 |
Huw Davies
|
d28d731b61
|
ole32/tests: Add broken return value for win98.
|
2009-03-31 15:00:33 +02:00 |
Huw Davies
|
5492fd2b0d
|
ole32/tests: On win9x GetClipboardData returns a new handle.
|
2009-03-31 15:00:28 +02:00 |
Huw Davies
|
59501e037b
|
ole32/tests: Tests for EnumFormatEtc.
|
2009-03-30 16:42:46 +02:00 |
Huw Davies
|
89dcb968a3
|
ole32/tests: Fix DVTARGETDEVICE offsets.
|
2009-03-30 16:42:41 +02:00 |
Huw Davies
|
690202440e
|
ole32: Set the 'Ole Private Data' clipboard format.
|
2009-03-26 16:11:24 +01:00 |
Huw Davies
|
b7a2e83ddb
|
ole32: OleFlushClipboard shouldn't call EmptyClipboard.
|
2009-03-26 16:11:21 +01:00 |
Huw Davies
|
b75caee2ab
|
ole32/tests: Tests for the 'Ole Private Data' clipboard format.
|
2009-03-25 15:43:36 +01:00 |
Huw Davies
|
ef4b6b8749
|
ole32: Store the ole clipboard window's HWND in the DataObject clipboard format.
|
2009-03-23 15:52:18 +01:00 |
Michael Stefaniuc
|
efbb4ebf3e
|
widl: Output "LONG" instead of "long" for a 32bit integer.
long is always 32bit in IDL files but that's not true in C.
|
2009-03-13 11:15:21 +01:00 |
Paul Vriens
|
e31df3616a
|
ole32/tests: Remove an unused function declaration.
|
2009-03-06 15:39:30 +01:00 |
Huw Davies
|
561df2f1c6
|
ole32: Add support for VT_DECIMAL.
|
2009-03-06 15:39:02 +01:00 |
Huw Davies
|
5e0d4c774c
|
ole32/tests: win9x and winnt don't include the trailing '\0'.
|
2009-02-26 15:13:26 +01:00 |
Alexandre Julliard
|
b55f6dfed5
|
ole32/tests: Don't hang forever in the child process.
|
2009-02-17 14:58:45 +01:00 |
Rob Shearman
|
2803516d26
|
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer.
The rounding isn't the same on Win9x, and the size being compared to
is that of a global handle.
|
2009-02-17 12:47:53 +01:00 |