diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-21 02:28:53 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-21 02:37:56 +0800 |
commit | 8a8c666da4e43027eed87d93e5c4154fb7b0ff8b (patch) | |
tree | 69951737dd985c3ec1e72872243a3565f5241495 /tests/ephy-embed-shell-test.c | |
parent | f32c375e9b113d5b9668af6ec5379e4e743d01fe (diff) | |
download | gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar.gz gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar.bz2 gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar.lz gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar.xz gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.tar.zst gsoc2013-epiphany-8a8c666da4e43027eed87d93e5c4154fb7b0ff8b.zip |
ephy-embed-shell-test: unskip web created test
It should work now.
https://bugzilla.gnome.org/show_bug.cgi?id=695620
Diffstat (limited to 'tests/ephy-embed-shell-test.c')
-rw-r--r-- | tests/ephy-embed-shell-test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ephy-embed-shell-test.c b/tests/ephy-embed-shell-test.c index 9a7bbce47..7ba25ca42 100644 --- a/tests/ephy-embed-shell-test.c +++ b/tests/ephy-embed-shell-test.c @@ -59,7 +59,6 @@ test_ephy_embed_shell_launch_handler (void) g_object_unref (file); } -#if 0 static void web_view_created_cb (EphyEmbedShell *shell, EphyWebView *view, gpointer user_data) { @@ -82,7 +81,6 @@ test_ephy_embed_shell_web_view_created (void) g_assert (web_view_created); gtk_widget_destroy (view); } -#endif int main (int argc, char *argv[]) @@ -120,12 +118,8 @@ main (int argc, char *argv[]) g_test_add_func ("/embed/ephy-embed-shell/launch_handler", test_ephy_embed_shell_launch_handler); -/* FIXME: this won't run because of the XDG_DATA_{DIRS,HOME} stuff, - * see: https://bugzilla.gnome.org/show_bug.cgi?id=695620 */ -#if 0 g_test_add_func ("/embed/ephy-embed-shell/web-view-created", test_ephy_embed_shell_web_view_created); -#endif ret = g_test_run (); |