Dmitry Timoshkov
|
6937e3ce7f
|
ole32: Always initialize storage header before writing it.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-02 21:12:25 +02:00 |
Dmitry Timoshkov
|
6fdbec0890
|
ole32/tests: Add more tests for custom ILockBytes implementation.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-04-02 21:12:22 +02:00 |
Nikolay Sivov
|
0562c64dd2
|
ole32/tests: Link to storage API directly.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-09-09 20:30:31 +02:00 |
Michael Stefaniuc
|
77376000ba
|
ole32/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-13 22:13:27 +02:00 |
Nikolay Sivov
|
0a34f25487
|
ole32/tests: A couple of tests for ReadClassStm/ReadClassStg.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-06 18:08:32 +01:00 |
Dmitry Timoshkov
|
263b06ef8d
|
ole32/tests: Add the tests to show that IEnumSTATSTG::Next should zero out returned stats when it reaches end of enumeration.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-02 23:02:24 +09:00 |
Nikolay Sivov
|
4afda020ae
|
ole32/tests: Use BOOL variables for BOOL return type (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-21 00:25:34 +09:00 |
Vincent Povirk
|
9cf835a947
|
ole32: Use grfLocksSupported to decide when LockRegion is implemented.
|
2015-07-07 16:52:21 +09:00 |
Vincent Povirk
|
8ff3783586
|
ole32: Add a storage test using a custom ILockBytes.
|
2015-07-07 16:52:21 +09:00 |
Vincent Povirk
|
3f83b788d4
|
ole32: Fix storage locking for read-only exclusive mode.
|
2015-06-12 21:22:42 +09:00 |
Vincent Povirk
|
06b735ae76
|
ole32: Test the entire range lock block for synchronization.
|
2015-03-11 12:45:33 +09:00 |
Michael Stefaniuc
|
139ebf643a
|
ole32/tests: Remove unused assignments (PVS-Studio).
|
2015-01-19 14:20:36 +01:00 |
Vincent Povirk
|
a270ed90ad
|
ole32: Add tests for STGC_OVERWRITE.
|
2014-06-16 09:28:45 +02:00 |
Vincent Povirk
|
b3e26be0cb
|
ole32: STGM_NOSNAPSHOT implies deny write.
|
2014-05-12 10:48:14 +02:00 |
Vincent Povirk
|
4f0d36d9a0
|
ole32: Initial implementation of transaction locking.
|
2014-05-05 10:53:41 +02:00 |
Vincent Povirk
|
b4ade51a84
|
ole32: Accept STGM_TRANSACTED with no share mode specified.
|
2014-05-05 10:53:38 +02:00 |
Vincent Povirk
|
6417a277cf
|
ole32: Map STGM_SHARE_EXCLUSIVE to FILE_SHARE_READ.
|
2014-05-05 10:53:35 +02:00 |
Vincent Povirk
|
04735d6f39
|
ole32: Use share modes when creating storage files.
|
2014-05-05 10:53:30 +02:00 |
Vincent Povirk
|
65887802c5
|
ole32: Initial storage file locking implementation.
|
2014-04-29 11:26:51 +02:00 |
Vincent Povirk
|
a00f43d7e0
|
ole32/tests: Add tests for sharing storages in transacted mode.
|
2014-04-29 11:26:33 +02:00 |
Vincent Povirk
|
b8c60aaeec
|
ole32/tests: Add tests for storage locking.
|
2014-04-29 11:25:55 +02:00 |
Vincent Povirk
|
2e384c4f95
|
ole32: Use pstgPriority if specified in StgOpenStorage.
|
2014-03-05 11:48:57 +01:00 |
Frédéric Delanoy
|
43d05cc59e
|
ole32/tests: Constify some character strings.
|
2013-12-27 14:31:53 +01:00 |
André Hentschel
|
04f5160c93
|
ole32/tests: Don't crash when StgOpenStorage fails.
|
2013-11-27 10:53:47 +01:00 |
Nikolay Sivov
|
026b711483
|
ole32/tests: Compile with -D__WINESRC__.
|
2013-10-16 11:41:18 +02:00 |
Alistair Leslie-Hughes
|
0f4c77d877
|
ole32/tests: Fix crash under NT.
|
2013-06-03 22:55:21 +02:00 |
Alistair Leslie-Hughes
|
97ac6943c3
|
ole32: Fix test under NT.
|
2013-05-29 11:26:13 +02:00 |
Nikolay Sivov
|
a06db6cce5
|
ole32: Stub for IDirectWriterLock.
|
2013-04-18 17:00:17 +02:00 |
Nikolay Sivov
|
c29f3dff8c
|
ole32: Accept STGM_DIRECT_SWMR mode.
|
2013-04-18 17:00:12 +02:00 |
Nikolay Sivov
|
a90c1efe51
|
ole32: Move share/access modes to static arrays.
|
2013-04-18 16:59:56 +02:00 |
Jacek Caban
|
df4f027238
|
ole32/tests: Use proper helpers for iface calls.
|
2012-08-13 16:28:48 +02:00 |
Nikolay Sivov
|
e45202fdae
|
ole32: Remove unsupported interface REFIID from storage stream QueryInterface.
|
2012-07-18 11:14:04 +02:00 |
Nikolay Sivov
|
3956296128
|
ole32: Implement SetConvertStg().
|
2012-07-16 15:21:45 +02:00 |
Nikolay Sivov
|
7b373edb81
|
ole32: Implement GetConvertStg().
|
2012-07-13 10:28:42 -05:00 |
Bruno Jesus
|
2cd2628c7b
|
ole32: Make sure StgIsStorageILockBytes tests real data.
|
2012-04-16 17:49:30 +02:00 |
Francois Gouget
|
54c74dc4a2
|
ole32/tests: Fix compilation on systems that don't support nameless unions.
|
2011-09-19 13:19:29 +02:00 |
Vincent Povirk
|
cb9e572611
|
ole32: Discard existing data when creating a new storage on an ILockBytes.
|
2011-09-13 09:20:29 +02:00 |
Vincent Povirk
|
7df35e9b0f
|
ole32/tests: Test creation of a storage on an ILockBytes containing data.
|
2011-09-13 09:20:27 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Vincent Povirk
|
c72ecb1de6
|
ole32: Avoid opening source storage in IStorage::CopyTo.
|
2011-06-03 17:37:09 +02:00 |
Austin English
|
fe975fb0b6
|
ole32/tests: Make sure to use return values (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Andrew Bogott
|
ddc5cbb371
|
ole32/tests: Added a couple of simple tests for StgCreateStorageEx.
|
2010-11-18 12:52:38 +01:00 |
Vincent Povirk
|
dbf123ba0d
|
ole32: Fix reads past the end of streams.
|
2010-05-07 12:46:50 +02:00 |
Vincent Povirk
|
8d58a91fa3
|
ole32: Allow CopyTo to succeed in spite of already open source streams.
|
2010-03-15 13:17:34 +01:00 |
Vincent Povirk
|
3733789aa9
|
ole32: Add tests for CopyTo in recursive situations.
|
2010-03-04 12:29:21 +01:00 |
Vincent Povirk
|
11abad24dd
|
ole32: Add a test showing IStorage_CopyTo ignores open objects in the source.
|
2010-03-03 11:49:27 +01:00 |
Vincent Povirk
|
da250c9afe
|
ole32: IStorage_Revert has no effect for non-transacted storages.
|
2010-01-25 12:58:22 +01:00 |
Alexander Kochetkov
|
56bc0515c2
|
ole32/storage32: Fix return value for invalid access mode in OpenStream.
|
2009-12-30 16:13:57 +01:00 |
Rob Shearman
|
36bfaea96d
|
ole32: Fix stream reference leak in test_ReadClassStm.
|
2009-12-30 13:36:46 +01:00 |
Vincent Povirk
|
ffc4a49bcb
|
ole32: Always allow changes to read-only transacted storages.
The only time the write permissions of transacted storages matter is when
committing.
|
2009-12-28 11:54:49 +01:00 |