Paul Vriens : mscms: Add another possible error.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 15 04:35:09 CST 2005


Module: wine
Branch: refs/heads/master
Commit: 49f137b666db766178ca87dc00095a00bd3be573
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=49f137b666db766178ca87dc00095a00bd3be573

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Thu Dec 15 10:25:19 2005 +0100

mscms: Add another possible error.

---

 dlls/mscms/tests/profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mscms/tests/profile.c b/dlls/mscms/tests/profile.c
index 223dbc1..45b569c 100644
--- a/dlls/mscms/tests/profile.c
+++ b/dlls/mscms/tests/profile.c
@@ -515,7 +515,7 @@ static void test_GetStandardColorSpacePr
     /* 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 




More information about the wine-cvs mailing list