kernel32/tests: Mark activatableClass wrong xmlns test as broken on w1064v1909.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2022-04-22 11:53:39 +02:00 committed by Alexandre Julliard
parent 811a0e0b06
commit 0f9ad11a27
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ static void test_create_fail(void)
trace("wrong_manifest10\n");
test_create_and_fail(wrong_manifest10, NULL, 0, TRUE /* WinXP */);
trace("wrong_manifest11\n");
test_create_and_fail(wrong_manifest11, NULL, 1, FALSE);
test_create_and_fail(wrong_manifest11, NULL, 1, TRUE /* w1064v1909 */);
trace("UTF-16 manifest1 without BOM\n");
test_create_wide_and_fail(manifest1, FALSE );
trace("manifest2\n");