[PATCH 1/7] msi: Add more tests for the CompLocator part of the AppSearch action.

Paul Vriens paul.vriens.wine at gmail.com
Sun Nov 16 07:33:13 CST 2008


James Hawkins wrote:
> ---
>  dlls/msi/tests/package.c |  526 +++++++++++++++++++++++++++++++++++++---------
>  1 files changed, 421 insertions(+), 105 deletions(-)
> 
> 
> ------------------------------------------------------------------------
> 
> 
Hi James,

I was looking at why on Win9x there were some registry entries left behind with 
the package tests. It had to do with creating the UserData keys (which doesn't 
exist at all on win9x/winme btw.) within test_complocator (by calling 
set_component_path) and trying to delete them with a W-function (that isn't 
present on win9x/winme by default).

I did some further testing on several platforms and it turns out the 
test_complocator succeeds even without creating those registry keys in the first 
place (tested on Win98, W2K3 and Wine).

The attached 'patch' just excludes the registry entry creation/deletion.

Am I completely missing something or can this registry creation/deleted be 
removed from that test?

-- 
Cheers,

Paul.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
Url: http://www.winehq.org/pipermail/wine-devel/attachments/20081116/572de8ec/attachment-0001.txt 


More information about the wine-devel mailing list