[PATCH] setupapi/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- dlls/setupapi/tests/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/setupapi/tests/misc.c b/dlls/setupapi/tests/misc.c index ce72a5d0b8a..3bb308ef4a7 100644 --- a/dlls/setupapi/tests/misc.c +++ b/dlls/setupapi/tests/misc.c @@ -312,7 +312,7 @@ static void test_SetupCopyOEMInf(void) ok(res == TRUE, "Expected TRUE, got %d\n", res); ok(GetLastError() == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", GetLastError()); ok(is_in_inf_dir(dest), "Got unexpected path '%s'.\n", dest); - ok(strcmp(dest, orig_dest), "Expected INF files to be copied to differnet paths.\n"); + ok(strcmp(dest, orig_dest), "Expected INF files to be copied to different paths.\n"); res = SetupUninstallOEMInfA(strrchr(dest, '\\') + 1, 0, NULL); ok(res, "Failed to uninstall '%s', error %u.\n", dest, GetLastError()); -- 2.20.1
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=55288 Your paranoid android. === wvistau64 (task log) === Task errors: The task timed out === w2008s64 (64 bit report) === setupapi: misc: Timeout === w7pro64 (64 bit report) === setupapi: misc: Timeout === w864 (64 bit report) === setupapi: misc: Timeout === w1064v1507 (64 bit report) === setupapi: misc: Timeout === w1064v1809 (64 bit report) === setupapi: misc: Timeout
participants (2)
-
Francois Gouget -
Marvin