Paul Vriens : kernel32/tests: Create paths after checking availability of functions.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Aug 8 08:59:17 CDT 2007


Module: wine
Branch: master
Commit: 5cb50202a0445b031689c26d33ccb2eb50892aa7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5cb50202a0445b031689c26d33ccb2eb50892aa7

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Wed Aug  8 08:46:14 2007 +0200

kernel32/tests: Create paths after checking availability of functions.

---

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

diff --git a/dlls/kernel32/tests/actctx.c b/dlls/kernel32/tests/actctx.c
index 2992c38..5686089 100644
--- a/dlls/kernel32/tests/actctx.c
+++ b/dlls/kernel32/tests/actctx.c
@@ -1041,12 +1041,12 @@ START_TEST(actctx)
 
     argc = winetest_get_mainargs(&argv);
 
-    init_paths();
     if (!init_funcs())
     {
         skip("Needed functions are not available\n");
         return;
     }
+    init_paths();
 
     if(argc > 2 && !strcmp(argv[2], "manifest1")) {
         test_app_manifest();




More information about the wine-cvs mailing list