Commit 0f9ad11a authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

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

parent 811a0e0b
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment