From 49f137b666db766178ca87dc00095a00bd3be573 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 15 Dec 2005 10:25:19 +0100 Subject: [PATCH] mscms: Add another possible error. --- dlls/mscms/tests/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c index 223dbc14048..45b569c7810 100644 --- a/dlls/mscms/tests/profile.c +++ b/dlls/mscms/tests/profile.c @@ -515,7 +515,7 @@ static void test_GetStandardColorSpaceProfileW(void) /* Parameter checks */ todo_wine - fail_GSCSPW(machineW, 0, newprofile, &size, 0, (GLE == ERROR_INVALID_PARAMETER)); + fail_GSCSPW(machineW, 0, newprofile, &size, 0, (GLE == ERROR_INVALID_PARAMETER || GLE == ERROR_NOT_SUPPORTED)); todo_wine fail_GSCSPW(NULL, 0, newprofile, NULL, 0, (GLE == ERROR_INVALID_PARAMETER)); todo_wine -- 2.11.4.GIT