From 035fbe726fca2110054ac45965fe699ca8e30eed Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 14 Mar 2012 14:42:14 +0100 Subject: ephy-embed-single: remove network status We are not using it. Easy enough to bring it back if needed. --- tests/ephy-embed-single-test.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tests/ephy-embed-single-test.c') diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c index 884efc461..2b4768bb0 100644 --- a/tests/ephy-embed-single-test.c +++ b/tests/ephy-embed-single-test.c @@ -50,21 +50,6 @@ test_embed_single_get_from_shell () g_assert (EPHY_IS_EMBED_SINGLE (single)); } -static void -test_embed_single_network_status () -{ - EphyEmbedSingle *single; - - single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (embed_shell)); - g_assert (EPHY_IS_EMBED_SINGLE (single)); - - /* Defaults to TRUE */ - g_assert (ephy_embed_single_get_network_status (single)); - - ephy_embed_single_set_network_status (single, FALSE); - g_assert (ephy_embed_single_get_network_status (single) == FALSE); -} - static void test_embed_single_form_auth () { @@ -110,8 +95,6 @@ main (int argc, char *argv[]) test_embed_single_new); g_test_add_func ("/embed/ephy-embed-single/get_from_shell", test_embed_single_get_from_shell); - g_test_add_func ("/embed/ephy-embed-single/network_status", - test_embed_single_network_status); g_test_add_func ("/embed/ephy-embed-single/form_auth", test_embed_single_form_auth); -- cgit v1.2.3