msctf/tests: Mark GUID_NULL as result broken for Win8.
This commit is contained in:
parent
e22908a867
commit
15543701a7
@ -938,7 +938,8 @@ static void test_EnumLanguageProfiles(void)
|
|||||||
{
|
{
|
||||||
found = TRUE;
|
found = TRUE;
|
||||||
ok(profile.langid == gLangid, "LangId Incorrect\n");
|
ok(profile.langid == gLangid, "LangId Incorrect\n");
|
||||||
ok(IsEqualGUID(&profile.catid,&GUID_TFCAT_TIP_KEYBOARD), "CatId Incorrect\n");
|
ok(IsEqualGUID(&profile.catid,&GUID_TFCAT_TIP_KEYBOARD) ||
|
||||||
|
broken(IsEqualGUID(&profile.catid,&GUID_NULL) /* Win8 */), "CatId Incorrect\n");
|
||||||
ok(IsEqualGUID(&profile.guidProfile,&CLSID_FakeService), "guidProfile Incorrect\n");
|
ok(IsEqualGUID(&profile.guidProfile,&CLSID_FakeService), "guidProfile Incorrect\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user