mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +00:00
[ADVAPI_WINETEST]
Make peace^W tests, not war.☮ Wave a hello to sysreg so that it doesn't kill us. ROSTESTS-56 svn path=/trunk/; revision=65378
This commit is contained in:
parent
77ee067aa5
commit
29782f8dc5
1 changed files with 3 additions and 6 deletions
|
@ -2166,6 +2166,9 @@ static DWORD try_start_stop(SC_HANDLE svc_handle, const char* name, DWORD is_nt4
|
|||
DWORD le1, le2;
|
||||
SERVICE_STATUS status;
|
||||
|
||||
#ifdef __REACTOS__
|
||||
fprintf(stdout, "ROSTESTS-56: Hello sysreg, I am awake\n");
|
||||
#endif
|
||||
ret = StartServiceA(svc_handle, 0, NULL);
|
||||
le1 = GetLastError();
|
||||
ok(!ret, "%s: StartServiceA() should have failed\n", name);
|
||||
|
@ -2263,12 +2266,6 @@ static void test_start_stop(void)
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
if (!winetest_interactive)
|
||||
{
|
||||
skip("ROSTESTS-56: Skipping service start timeout tests!\n");
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/* Again with a process that exits right away */
|
||||
displayname = "Winetest Exit Service";
|
||||
ret = ChangeServiceConfigA(svc_handle, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, SERVICE_NO_CHANGE, cmd, NULL, NULL, NULL, NULL, NULL, displayname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue