[epiphany] tests: silence testephylocationentry.c debugging



commit 72746c0cb3ccd0bec8cc0ba7cd2f73fd42c4c30c
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Tue Apr 27 19:06:47 2010 -0500

    tests: silence testephylocationentry.c debugging

 tests/testephylocationentry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c
index 099629b..ca370e4 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]