Commit 868d492c authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

kernel32/tests: Fix some intermittent crashes/failures on Vista+.

parent 49b39a88
...@@ -960,15 +960,15 @@ static void test_actctx(void) ...@@ -960,15 +960,15 @@ static void test_actctx(void)
pReleaseActCtx(handle); pReleaseActCtx(handle);
} }
if(!create_manifest_file("test3.manifest", manifest2, -1, "testdep.manifest", testdep_manifest2)) { if(!create_manifest_file("test2-2.manifest", manifest2, -1, "testdep.manifest", testdep_manifest2)) {
skip("Could not create manifest file\n"); skip("Could not create manifest file\n");
return; return;
} }
trace("manifest2 depmanifest2\n"); trace("manifest2 depmanifest2\n");
handle = test_create("test3.manifest", manifest2); handle = test_create("test2-2.manifest", manifest2);
DeleteFileA("test3.manifest"); DeleteFileA("test2-2.manifest");
DeleteFileA("testdep.manifest"); DeleteFileA("testdep.manifest");
if(handle != INVALID_HANDLE_VALUE) { if(handle != INVALID_HANDLE_VALUE) {
test_basic_info(handle); test_basic_info(handle);
......
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