Huw Davies : rsaenh/tests: Don't initialize the environment, the tests that follow do that.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:44:00 CST 2016


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Nov  7 12:51:21 2016 +0000

rsaenh/tests: Don't initialize the environment, the tests that follow do that.

This also ensures that the permissions tests are actually run.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/rsaenh/tests/rsaenh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/rsaenh/tests/rsaenh.c b/dlls/rsaenh/tests/rsaenh.c
index b7616fc..ebdbba8 100644
--- a/dlls/rsaenh/tests/rsaenh.c
+++ b/dlls/rsaenh/tests/rsaenh.c
@@ -3836,7 +3836,7 @@ START_TEST(rsaenh)
         if(!BASE_PROV) test_key_derivation(STRONG_PROV ? "STRONG" : "ENH");
         clean_up_base_environment();
     }
-    if (!init_base_environment(MS_ENHANCED_PROV_A, 0))
+
     test_key_permissions();
     test_key_initialization();
     test_schannel_provider();




More information about the wine-cvs mailing list