summaryrefslogtreecommitdiffstats
path: root/tests/testsuminfo.c
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: g_type_init() is deprecated since 2.36Marc-André Lureau2013-01-211-1/+4
|
* summary-info: replace get_property_count() by get_properties()Marc-André Lureau2013-01-091-14/+9
| | | | The later is more useful, since it returns the existing properties.
* database: remove libmsi_database_get_summary_info()Marc-André Lureau2013-01-091-17/+14
|
* database: remove libmsi_database_open()Marc-André Lureau2013-01-091-10/+10
|
* summary-info: GObject-like APIMarc-André Lureau2013-01-091-123/+78
|
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-0/+1
|\ | | | | | | | | | | Conflicts: libmsi/libmsi-record.c tests/test.h
| * Move debug.h to libmsi directoryMarc-André Lureau2012-12-121-0/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-43/+43
|\| | | | | | | | | Conflicts: libmsi/libmsi-summary-info.c
| * rename MSI_PID_* constantsPaolo Bonzini2012-12-111-43/+43
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-111-20/+12
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/handle.c libmsi/libmsi-database.c libmsi/libmsi-query.c libmsi/libmsi-record.c libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * convert to GObjectMarc-André Lureau2012-12-111-20/+12
| |
* | port to libgsfPaolo Bonzini2012-12-061-0/+1
|/ | | | | | | | | | | | 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.
* do not use VT_* constants for property typesPaolo Bonzini2012-12-061-38/+38
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-66/+66
|
* abandon camelcasePaolo Bonzini2012-12-061-129/+129
|
* use actual types in the APIPaolo Bonzini2012-12-061-4/+4
|
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-15/+22
| | | | 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-1/+1
|
* ok, things start to be readablePaolo Bonzini2012-12-061-6/+6
| | | | fix
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-9/+9
|
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-2/+4
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-1/+1
|
* get rid of handlesPaolo Bonzini2012-12-061-2/+2
|
* add testsPaolo Bonzini2012-12-061-0/+429