Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG...
[wine] / dlls / msi / tests /
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-26  James Hawkinsmsi: Add tests for setting the target path of TARGETDIR...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Fix the results of a few tests to match Windows.
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
2006-09-21  James Hawkinsmsi: Only override a feature whose action state is...
2006-09-21  Benjamin Araimsi: Adds test to check "JOIN" operator with "*" operat...
2006-09-21  Benjamin Araimsi: Adds test to check if basic "JOIN" operator withou...
2006-09-20  Benjamin Araimsi: Adds test to check if "AND" operator returns the...
2006-09-20  Benjamin Araimsi: Adds tests to check if joins return the correct...
2006-09-20  Benjamin Araimsi: Updates tests for joins to include row and column...
2006-09-20  James Hawkinsmsi: INSTALLSTATE_SOURCE also overrides a parent featur...
2006-09-20  James Hawkinsmsi: Add tests for components with multiple parent...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Add a test for ALTER TABLE.
2006-09-13  Mike McCormackmsi: Fix database creation.
2006-09-13  James Hawkinsmsi: Add more join tests.
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-12  Mike McCormackmsi: Add some more tests for MsiOpenDatabase.
2006-09-08  Mike McCormackmsi: Add more tests for temporary columns.
2006-09-08  Mike McCormackmsi: Fix the TEMPORARY keyword for columns.
2006-09-08  Mike McCormackmsi: Add a test for MsiDatabaseIsTablePersistent.
2006-09-08  James Hawkinsmsi: Allow non-key columns to be used with the join...
2006-09-08  James Hawkinsmsi: Add tests for MSI SQL join queries.
2006-09-07  James Hawkinsmsi: Add more tests for the _Streams table.
2006-09-07  James Hawkinsmsi: Add many more MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Fix two MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Use the TargetPath of a file if the file doesn...
2006-09-07  James Hawkinsmsi: Fix creation of the default format in MsiFormatRecord.
2006-09-07  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2006-09-07  Mike McCormackmsi: Add a short test for transforms.
2006-09-07  Mike McCormackmsi: Make opening and closing 4000 handle into two...
2006-09-07  Mike McCormackmsi: Implement MsiDatabaseExport.
2006-09-07  Mike McCormackmsi: Make sure there's a value for each column when...
2006-09-07  Mike McCormackmsi: Validate database fields before inserting them.
2006-09-07  Mike McCormackmsi: Add a few more tests for MSI_NULL_INTEGER.
2006-09-07  Mike McCormackmsi: Check that column names are unique when creating...
2006-08-29  Mike McCormackmsi: Fix test compilation with MSVC6.
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-22  James Hawkinsmsi: Add tests for the AppSearch action.
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-08-22  James Hawkinsmsi: Add tests for MsiEvaluateCondition's substring...
2006-08-16  Mike McCormackmsi: Fix a couple of memory leaks in the test code.
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-11  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-11  James Hawkinsmsi: Only remove a file if the version to be installed...
2006-08-09  James Hawkinsmsi: Add tests for the RemoveFiles action.
2006-08-08  James Hawkinsmsi: Add tests for MsiGetProperty.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-08-02  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-02  James Hawkinsmsi: Add tests for SQL query markers.
2006-08-02  James Hawkinsmsi: Don't crash if an empty record is given to MsiProc...
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  James Hawkinsmsi: Fix a couple install state test cases.
2006-08-01  James Hawkinsmsi: Fix the add_feature_entry helper function.
2006-07-31  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-07-29  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-28  James Hawkinsmsi: Add tests for MsiDatabaseImport.
2006-07-28  Michael Stefaniucmsi: 0xdeadbeef is too big for a signed int thus produc...
2006-07-28  Andrew Talbotmsi/tests: Write-strings warning fix.
2006-07-27  Mike McCormackmsi: Fix the value of LONG integers in records (suggest...
2006-07-27  Mike McCormackmsi: Remember to free a handle.
2006-07-27  James Hawkinsmsi: Test the column types of MSI packages.
2006-07-27  James Hawkinsmsi: Test the states of a component with a compressed...
2006-07-26  Mike McCormackmsi: Fix an off by one error in MsiRecordGetString.
2006-07-26  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-07-25  James Hawkinsmsi: Add tests for the WHERE SQL clause.
2006-07-24  Mike McCormackmsi: Make MsiConfigureFeature a bit more robust.
2006-07-24  Mike McCormackmsi: Add a test case for MsiGetFileHash.
2006-07-24  James Hawkinsmsi: Add tests for component and feature states.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-06-23  James Hawkinsmsi: Add tests for components that aren't associated...
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-16  Andrey Turkinmsi: Added tests for MsiSetTargetPath.
2006-06-15  James Hawkinsmsi: Add tests for MsiInstallProduct.
2006-06-15  Mike McCormackmsi: Add test for _Streams table (based on patch by...
2006-06-14  Mike McCormackmsi: Add a test for reading long strings.
2006-06-14  Mike McCormackmsi: Add a test for creating a record with a long string.
2006-06-14  Mike McCormackmsi: Add a test for MsiDatabaseExport.
2006-06-12  Mike McCormackmsi: Add some more test cases for INSERT.
next