[glib-networking/mcatanzaro/pkcs11-test] Try reenabling the PKCS#11 test



commit 75f2060574135d9cda205b96cba04d1d3b9e2a95
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jan 30 11:22:42 2020 -0600

    Try reenabling the PKCS#11 test

 tls/tests/connection.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index ed62c49..0bfbdad 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1065,8 +1065,6 @@ test_client_auth_connection (TestConnection *test,
   g_assert_true (g_tls_certificate_is_same (peer, cert));
 }
 
-/* https://gitlab.gnome.org/GNOME/glib-networking/issues/104 */
-#if 0
 static void
 test_client_auth_pkcs11_connection (TestConnection *test,
                                     gconstpointer   data)
@@ -1167,7 +1165,6 @@ test_client_auth_pkcs11_connection (TestConnection *test,
   g_object_unref (interaction);
 #endif
 }
-#endif
 
 static void
 test_client_auth_rehandshake (TestConnection *test,
@@ -2621,11 +2618,8 @@ main (int   argc,
               setup_connection, test_client_auth_request_fail, teardown_connection);
   g_test_add ("/tls/" BACKEND "/connection/client-auth-request-none", TestConnection, NULL,
               setup_connection, test_client_auth_request_none, teardown_connection);
-  /* https://gitlab.gnome.org/GNOME/glib-networking/issues/104 */
-#if 0
   g_test_add ("/tls/" BACKEND "/connection/client-auth-pkcs11", TestConnection, NULL,
               setup_connection, test_client_auth_pkcs11_connection, teardown_connection);
-#endif
   g_test_add ("/tls/" BACKEND "/connection/no-database", TestConnection, NULL,
               setup_connection, test_connection_no_database, teardown_connection);
   g_test_add ("/tls/" BACKEND "/connection/failed", TestConnection, NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]