diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-04-28 08:06:47 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-05-14 09:53:39 +0800 |
commit | 72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c (patch) | |
tree | e9a543b60fadbfd432762dd4d2034658d317b70a | |
parent | bd464e4327550f427642b378296b7ee1eda73016 (diff) | |
download | gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.gz gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.zst gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.zip |
tests: silence testephylocationentry.c debugging
-rw-r--r-- | tests/testephylocationentry.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c index 099629bc6..ca370e411 100644 --- a/tests/testephylocationentry.c +++ b/tests/testephylocationentry.c @@ -22,6 +22,7 @@ */ #include "config.h" +#include "ephy-debug.h" #include "ephy-location-entry.h" #include <glib.h> #include <gtk/gtk.h> @@ -141,6 +142,7 @@ int main (int argc, char *argv[]) { gtk_test_init (&argc, &argv); + ephy_debug_init (); g_test_add_func ("/lib/widgets/ephy-location-entry/new", test_entry_new); |