[glib-networking/mcatanzaro/client-auth-failure] Add back some earlier tests



commit 79e047bd8098ced918b788b365715aa6db894b9c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Apr 1 16:27:47 2019 -0500

    Add back some earlier tests
    
    Starting to think it maybe won't fail if run on its own...

 tls/tests/connection.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 1b2d9bd..8e0c17b 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2266,7 +2266,6 @@ main (int   argc,
   g_setenv ("GIO_USE_TLS", BACKEND, TRUE);
   g_assert (g_ascii_strcasecmp (G_OBJECT_TYPE_NAME (g_tls_backend_get_default ()), "GTlsBackend" BACKEND) == 
0);
 
-#if 0
   g_test_add ("/tls/connection/basic", TestConnection, NULL,
               setup_connection, test_basic_connection, teardown_connection);
   g_test_add ("/tls/connection/verified", TestConnection, NULL,
@@ -2287,7 +2286,6 @@ main (int   argc,
               setup_connection, test_client_auth_connection, teardown_connection);
   g_test_add ("/tls/connection/client-auth-rehandshake", TestConnection, NULL,
               setup_connection, test_client_auth_rehandshake, teardown_connection);
-#endif
   g_test_add ("/tls/connection/client-auth-failure", TestConnection, NULL,
               setup_connection, test_client_auth_failure, teardown_connection);
 #if 0


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