[PATCH v3 0/1] MR9764: msi/tests: Fix some typos (Coverity).
-- v3: msi/tests: Fix some typos (Coverity). https://gitlab.winehq.org/wine/wine/-/merge_requests/9764
From: Sven Baars <sbaars@codeweavers.com> --- dlls/msi/tests/msi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/tests/msi.c b/dlls/msi/tests/msi.c index c529224e683..5a952c5db6e 100644 --- a/dlls/msi/tests/msi.c +++ b/dlls/msi/tests/msi.c @@ -3520,7 +3520,7 @@ static void test_MsiProvideQualifiedComponentEx(void) ok( len == strlen(desc), "got %lu\n", len ); ok( !strcmp(prod2, prod), "got %s\n", debugstr_a(prod2) ); ok( !strcmp(feature, "feature"), "got %s\n", debugstr_a(feature) ); - ok( !strcmp(comp2, comp2), "got %s\n", debugstr_a(comp) ); + ok( !strcmp(comp2, ""), "got %s\n", debugstr_a(comp2) ); } else win_skip("MsiDecomposeDescriptorA is not available on this platform\n"); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9764
participants (2)
-
Sven Baars -
Sven Baars (@sbaars)