summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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