[glib-networking/mcatanzaro/base-rebase] tests: Unskip socket client test



commit eadd34d994e812ab0aa1a7f6fb3fb53fa8c31680
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue May 14 22:13:21 2019 -0500

    tests: Unskip socket client test
    
    It's passing again.

 tls/tests/connection.c | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 19d19fe..6397115 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1358,7 +1358,6 @@ test_failed_connection (TestConnection *test,
 #endif
 }
 
-#if 0
 static void
 socket_client_connected (GObject      *source,
                          GAsyncResult *result,
@@ -1375,15 +1374,11 @@ socket_client_connected (GObject      *source,
 
   g_main_loop_quit (test->loop);
 }
-#endif
 
 static void
 test_connection_socket_client (TestConnection *test,
                                gconstpointer   data)
 {
-#if 0
-  // FIXME: This test is broken.
-
   GSocketClient *client;
   GTlsCertificateFlags flags;
   GSocketConnection *connection;
@@ -1415,7 +1410,6 @@ test_connection_socket_client (TestConnection *test,
   g_object_unref (connection);
 
   g_object_unref (client);
-#endif
 }
 
 static void


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