[3/3] msi/tests: Fix a skip message.

Hans Leidekker hans at codeweavers.com
Thu Oct 27 06:36:21 CDT 2011


---
 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 95fc15c..171c732 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;
-- 
1.7.5.4






More information about the wine-patches mailing list