ole32: The stream returned by StgStreamImpl_Clone should have one reference, so call...
[wine] / dlls / ole32 / tests / storage32.c
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-06  Mike McCormackole32: Add a few more tests for transacted storage.
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-10-03  Francois GougetAssorted spelling fixes.
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-11  Robert Shearmanole32: Make an ok message match the name of the functio...
2006-07-31  Mike McCormackole32: Add a test showing what STGM_TRANSACTED does...
2006-07-29  Mike McCormackole32: Add a test for IEnumSTATSTG.
2006-07-12  Mike McCormackole32: Fix conformance test to compile with MSVC6.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois Gougetole32: Fix compilation with gcc 2.95.
2006-05-08  Mike Hearnole32: Add StgCreateFile test and conformance fix.
2006-05-05  Robert Shearmanole32: STGM_PRIORITY allows other IStorage objects...
2006-05-05  Robert Shearmanole32: Check that the storage was opened with write...
2006-05-05  Robert Shearmanole32: Copy the mode flags into the STATSTG structure...
2006-05-05  Robert Shearmanole32: Add tests for IStorage::Stat.
2006-05-05  Robert Shearmanole32: Fix access right check for opening and creating...
2006-05-05  Robert Shearmanole32: Add tests for sub-storages and creating streams.
2006-05-05  Robert Shearmanole32: Add a storage test for reading and writing of...
2006-04-18  Mike McCormackole32: More tests and fixes for STGM_PRIORITY.
2006-04-03  Mike McCormackole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
2006-03-30  Mike McCormackole32: Fix StgOpenStorage's handling of the STGM_PRIORI...
2006-02-24  Vitaly Lipatovole32/tests: Do not compare returned by DeleteFile...
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-02-15  Mike McCormackole32: Added a test showing OLE storage's IStorage...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-06-15  Mike McCormackFix declarations in the tests.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.