summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
Commit message (Collapse)AuthorAgeFilesLines
* port to libgsfPaolo Bonzini2012-12-061-0/+11
| | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* begin porting testdatabase to non-WindowsPaolo Bonzini2012-12-061-321/+336
|
* testcases fix for gsfPaolo Bonzini2012-12-061-5/+5
|
* wine bug: implement streams_view_delete_rowPaolo Bonzini2012-12-061-0/+17
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-1237/+5
|
* eliminate LIBMSI_DB_OPEN_DIRECTPaolo Bonzini2012-12-061-14/+2
| | | | It is not supported by libgsf
* do not use VT_* constants for property typesPaolo Bonzini2012-12-061-22/+22
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-1664/+1664
|
* abandon camelcasePaolo Bonzini2012-12-061-2098/+2098
|
* use actual types in the APIPaolo Bonzini2012-12-061-172/+173
|
* rename View functions to QueryPaolo Bonzini2012-12-061-2057/+2057
| | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent.
* make Unicode APIs privatePaolo Bonzini2012-12-061-88/+88
|
* convert tests to use char APIs onlyPaolo Bonzini2012-12-061-72/+41
| | | | | | The testcases are converted to UTF-8. Broken for now, and just happens to work here because my codepage is single-byte (1252), but it is where libmsi will head.
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-11/+22
|
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-061-1/+1
|
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-6/+6
|
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-061-3/+3
| | | | Removes DeleteFile, LPCTSTR, GetCurrentDirectoryW.
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-3/+3
| | | | Propedeutic to making MsiOpenDatabase ASCII-only.
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-1/+1
|
* do not use lstr functionsPaolo Bonzini2012-12-061-231/+231
|
* ok, things start to be readablePaolo Bonzini2012-12-061-321/+321
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-47/+47
|
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-50/+50
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-141/+141
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-82/+173
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-29/+29
|
* get rid of handlesPaolo Bonzini2012-12-061-82/+82
|
* correctly reset NULL pointers in the testsPaolo Bonzini2012-12-061-1/+73
| | | | | Otherwise, stale data is used in subsequent tests when a test fails, and dangling pointers are accessed.
* small test fixesPaolo Bonzini2012-12-061-1/+1
|
* add testsPaolo Bonzini2012-12-061-0/+9380