summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* database: remove libmsi_database_open()Marc-André Lureau2013-01-093-112/+108
|
* query: make get_column_info() GObject-likeMarc-André Lureau2013-01-091-74/+49
|
* query: make libmsi_query_execute() return bool directly and GErrorMarc-André Lureau2013-01-092-199/+203
|
* query: make libmsi_query_fetch() return object directly and GErrorMarc-André Lureau2013-01-092-357/+327
|
* query: return TRUE on success, add GErrorMarc-André Lureau2013-01-092-142/+143
|
* record: make API more GObject likeMarc-André Lureau2013-01-093-74/+74
| | | | | Use TRUE for success. GErrors doesn't seem useful for LibmsiRecord.
* summary-info: GObject-like APIMarc-André Lureau2013-01-092-217/+140
|
* Merge branch 'pre-gsf'Paolo Bonzini2012-12-121-23/+15
|\
| * testdatabase: clean up some criticalsMarc-André Lureau2012-12-121-23/+15
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-123-1307/+593
|\| | | | | | | | | Conflicts: libmsi/libmsi-record.c
| * Make libmsi_record_get_string() return allocatedMarc-André Lureau2012-12-123-1043/+328
| |
| * Beautify a little bit the codeMarc-André Lureau2012-12-121-380/+381
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-122-160/+149
|\|
| * testrecord: use glib mkstempMarc-André Lureau2012-12-121-22/+11
| |
| * libmsi-record: rename clear_data->clear get_integer->get_intMarc-André Lureau2012-12-122-138/+138
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-122-18/+1
|\| | | | | | | | | | | Conflicts: libmsi/libmsi-record.c tests/test.h
| * Move debug.h to libmsi directoryMarc-André Lureau2012-12-122-1/+1
| |
| * Remove unused libmsi_record_get_field_size()Marc-André Lureau2012-12-121-18/+0
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-112-25/+25
|\| | | | | | | | | Conflicts: libmsi/table.c
| * libmsi-types: s/MSI_NULL_INTEGER/LIBMSI_NULL_INTMarc-André Lureau2012-12-112-25/+25
| | | | | | | | So that it uses the same namespace prefix.
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-113-59/+59
|\| | | | | | | | | Conflicts: libmsi/libmsi-summary-info.c
| * rename MSI_PID_* constantsPaolo Bonzini2012-12-113-59/+59
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-114-523/+421
|\| | | | | | | | | | | | | | | | | | | | | 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-114-523/+423
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-113-11/+6
|\|
| * testrecord: remove test on invalid number of record fieldsPaolo Bonzini2012-12-111-4/+0
| |
| * tests: fix after 25192181361b93f684b59d67052d88870b60593fPaolo Bonzini2012-12-112-4/+3
| |
| * fix invocation of testsuitePaolo Bonzini2012-12-111-3/+3
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-102-35/+35
|\|
| * Rename libmsi_record_create() to libmsi_record_new()Marc-André Lureau2012-12-102-35/+35
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-101-1/+1
|\| | | | | | | | | | | | | Conflicts: libmsi/Makefile.am libmsi/libmsi-summary-info.c libmsi/msipriv.h
| * Split libmsi.h to be more gobject-likeMarc-André Lureau2012-12-101-1/+1
| |
* | Merge branch 'pre-gsf'Paolo Bonzini2012-12-0712-2239/+463
|\|
| * msibuild: add testcasesPaolo Bonzini2012-12-076-0/+408
| |
| * convert testsuite to autotestPaolo Bonzini2012-12-076-2239/+24
| |
| * add skeleton for autotest testsuitePaolo Bonzini2012-12-072-0/+31
| |
* | prepare for distributionPaolo Bonzini2012-12-061-0/+1
| |
* | eliminate Windows dependenciesPaolo Bonzini2012-12-061-1/+1
| |
* | port to libgsfPaolo Bonzini2012-12-063-0/+13
|/ | | | | | | | | | | | 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-063-357/+374
|
* port testrecord to non-WindowsPaolo Bonzini2012-12-063-37/+44
|
* testcases fix for gsfPaolo Bonzini2012-12-062-7/+6
|
* do not build tests on non-win32Paolo Bonzini2012-12-061-1/+3
|
* wine bug: implement streams_view_delete_rowPaolo Bonzini2012-12-062-0/+21
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-062-2278/+5
|
* eliminate LIBMSI_DB_OPEN_DIRECTPaolo Bonzini2012-12-062-18/+2
| | | | It is not supported by libgsf
* do not use VT_* constants for property typesPaolo Bonzini2012-12-064-77/+77
|
* introduce LibmsiResultPaolo Bonzini2012-12-066-4105/+4105
|
* abandon camelcasePaolo Bonzini2012-12-063-2412/+2412
|
* use actual types in the APIPaolo Bonzini2012-12-063-182/+183
|