From 0cc062c2ecf9b4efb69e7660529aa5925b4d1f93 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 22 Mar 2013 11:14:50 +0100 Subject: ephy-web-view-test: disconnect signals after test is over Otherwise it will carry over to the next tests. --- tests/ephy-web-view-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c index c1d5531fd..62b4ef2e2 100644 --- a/tests/ephy-web-view-test.c +++ b/tests/ephy-web-view-test.c @@ -479,6 +479,7 @@ test_ephy_web_view_error_pages_not_stored_in_history (void) #endif g_main_loop_run (loop); g_main_loop_unref (loop); + g_signal_handlers_disconnect_by_func (history_service, G_CALLBACK (visit_url_cb), NULL); g_object_unref (g_object_ref_sink (view)); } -- cgit v1.2.3