Hans Leidekker : msi/tests: Fix a skip message.
Module: wine Branch: master Commit: 392bd2b7a23f17d31d3609e8c57ea543d2a4175e URL: http://source.winehq.org/git/wine.git/?a=commit;h=392bd2b7a23f17d31d3609e8c5... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Thu Oct 27 13:36:21 2011 +0200 msi/tests: Fix a skip message. --- dlls/msi/tests/action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/tests/action.c b/dlls/msi/tests/action.c index 6e35fe9..3743e50 100644 --- a/dlls/msi/tests/action.c +++ b/dlls/msi/tests/action.c @@ -4802,7 +4802,7 @@ static void test_start_services(void) ret = StartService(service, 0, NULL); if (!ret && (error = GetLastError()) != ERROR_SERVICE_ALREADY_RUNNING) { - skip("Terminal service not available, skipping test\n"); + skip("Spooler service not available, skipping test\n"); CloseServiceHandle(service); CloseServiceHandle(scm); return;
participants (1)
-
Alexandre Julliard