[PATCH 2/2] msi/tests: Add test for special InstallService-ErrorControl-flag

Hans Leidekker hans at codeweavers.com
Wed Jun 1 03:55:40 CDT 2016


On Tue, 2016-05-31 at 22:44 +0200, Andreas Maier wrote:
> diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c
> index 243e61b..3213737 100644
> --- a/dlls/msi/tests/action.c
> +++ b/dlls/msi/tests/action.c
> @@ -234,7 +234,7 @@ static const char service_install2_dat[] =
>      "LoadOrderGroup\tDependencies\tStartName\tPassword\tArguments\tComponent_\tDescription\n"
>      "s72\ts255\tL255\ti4\ti4\ti4\tS255\tS255\tS255\tS255\tS255\ts72\tL255\n"
>      "ServiceInstall\tServiceInstall\n"
> -    "TestService\tTestService\tTestService\t2\t3\t0\t\t\tTestService\t\t\tservice_comp\t\n"
> +    "TestService\tTestService\tTestService\t2\t3\t0x8000\t\t\tTestService\t\t\tservice_comp\t\n"
>      "TestService4\tTestService4\tTestService4\t2\t3\t0\t\t\tTestService4\t\t\tservice_comp3\t\n";

This test fails here on Windows. You should label the fix 1/2 to correctly express
the dependency.





More information about the wine-devel mailing list