From c0d29768abbf6c740c243a464167df7366243590 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 18 Mar 2013 20:02:50 +0100 Subject: ephy-embed-single-test: skip form auth test in WebKit2 This is done differently for WebKit2, so this test won't work. --- tests/ephy-embed-single-test.c | 4 ++++ 1 file changed, 4 insertions(+) (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 80a54bcfa..be6c0ca7e 100644 --- a/tests/ephy-embed-single-test.c +++ b/tests/ephy-embed-single-test.c @@ -52,6 +52,7 @@ test_embed_single_get_from_shell (void) g_assert (EPHY_IS_EMBED_SINGLE (single)); } +#ifndef HAVE_WEBKIT2 static void test_embed_single_form_auth (void) { @@ -76,6 +77,7 @@ test_embed_single_form_auth (void) g_object_unref (single); } +#endif int main (int argc, char *argv[]) @@ -99,8 +101,10 @@ 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); +#ifndef HAVE_WEBKIT2 g_test_add_func ("/embed/ephy-embed-single/form_auth", test_embed_single_form_auth); +#endif ret = g_test_run (); -- cgit v1.2.3