aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-04-28 08:06:47 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-05-14 09:53:39 +0800
commit72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c (patch)
treee9a543b60fadbfd432762dd4d2034658d317b70a /tests
parentbd464e4327550f427642b378296b7ee1eda73016 (diff)
downloadgsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.gz
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.bz2
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.lz
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.xz
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.tar.zst
gsoc2013-epiphany-72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c.zip
tests: silence testephylocationentry.c debugging
Diffstat (limited to 'tests')
-rw-r--r--tests/testephylocationentry.c2
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);