Sebastian Lackner : psapi/tests: Remove todo_wine from succeeding tests.
Module: wine Branch: master Commit: e39d1614a9dad5f1b4aabcad7ec46c744c8370b0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e39d1614a9dad5f1b4aabcad7e... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Wed May 10 17:38:51 2017 +0200 psapi/tests: Remove todo_wine from succeeding tests. These were missed in 19a79f422818859dd5a052ddc8e270ffbfef6e71. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/psapi/tests/psapi_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/psapi/tests/psapi_main.c b/dlls/psapi/tests/psapi_main.c index 7bc26fe..e35a7b6 100644 --- a/dlls/psapi/tests/psapi_main.c +++ b/dlls/psapi/tests/psapi_main.c @@ -303,9 +303,7 @@ static void test_GetProcessMemoryInfo(void) SetLastError(0xdeadbeef); ret = pGetProcessMemoryInfo(hpSR, &pmc, sizeof(pmc)); -todo_wine ok(!ret, "GetProcessMemoryInfo should fail\n"); -todo_wine ok(GetLastError() == ERROR_ACCESS_DENIED, "expected error=ERROR_ACCESS_DENIED but got %d\n", GetLastError()); SetLastError(0xdeadbeef);
participants (1)
-
Alexandre Julliard