Mikolaj Zalewski : advapi32: Fix a test.
Module: wine Branch: master Commit: 1122dc130a447c190fc02508432772ab75db3bad URL: http://source.winehq.org/git/wine.git/?a=commit;h=1122dc130a447c190fc0250843... Author: Mikolaj Zalewski <mikolajz(a)google.com> Date: Mon Sep 24 16:56:32 2007 -0700 advapi32: Fix a test. --- dlls/advapi32/tests/service.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/advapi32/tests/service.c b/dlls/advapi32/tests/service.c index 7aea906..bfb535d 100644 --- a/dlls/advapi32/tests/service.c +++ b/dlls/advapi32/tests/service.c @@ -727,7 +727,7 @@ static void test_sequence(void) static const CHAR servicename [] = "Winetest"; static const CHAR displayname [] = "Winetest dummy service"; static const CHAR pathname [] = "we_dont_care.exe"; - static const CHAR dependencies[] = "Master1\0Master2\0+MasterGroup1\0\0"; + static const CHAR dependencies[] = "Master1\0Master2\0+MasterGroup1\0"; static const CHAR password [] = ""; static const CHAR empty [] = ""; static const CHAR localsystem [] = "LocalSystem";
participants (1)
-
Alexandre Julliard