]> spindle.queued.net Git - midori/commitdiff
Drop Glib version guards from unit tests
authorChristian Dywan <christian@twotoasts.de>
Mon, 16 Mar 2009 00:30:40 +0000 (01:30 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 16 Mar 2009 00:30:40 +0000 (01:30 +0100)
tests/bookmarks.c
tests/browser.c
tests/completion.c
tests/extensions.c
tests/properties.c

index 8f759cd02b0f26a9e9afeaf9d7ced1661b2424c0..b27138cf01c68f6de5e51076bb152ba65ab24bb0 100644 (file)
@@ -16,8 +16,6 @@
 #include "midori.h"
 #include "midori-bookmarks.h"
 
-#if GLIB_CHECK_VERSION(2, 16, 0)
-
 static void
 bookmarks_panel_create (void)
 {
@@ -157,5 +155,3 @@ main (int    argc,
 
     return g_test_run ();
 }
-
-#endif
index 63e3fa11144b6249d111f7bb1cc3304b4416d361..f6b3ee37586c236161fd5c14439055ed680d5767 100644 (file)
@@ -17,8 +17,6 @@
 #include "midori-stock.h"
 #include "sokoke.h"
 
-#if GLIB_CHECK_VERSION (2, 16, 0)
-
 static void
 browser_create (void)
 {
@@ -62,5 +60,3 @@ main (int    argc,
 
     return g_test_run ();
 }
-
-#endif
index e6ee0768b166a8ab37415c8b79b1d9cd5babcd1b..c99edeacc11377dc6944399f589f48d6305a32b9 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "midori.h"
 
-#if GLIB_CHECK_VERSION(2, 16, 0)
-
 typedef struct
 {
     const gchar* uri;
@@ -293,5 +291,3 @@ main (int    argc,
 
     return g_test_run ();
 }
-
-#endif
index 69638fbd322b393f275830deff8ebe3604058270..edc874924cf7e6c33d79a615b7197cb3d93325b6 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "midori.h"
 
-#if GLIB_CHECK_VERSION(2, 16, 0)
-
 const gpointer magic = (gpointer)0xdeadbeef;
 
 static void
@@ -137,5 +135,3 @@ main (int    argc,
 
     return g_test_run ();
 }
-
-#endif
index 0c163957b5ccda09903624346767358c1a8ebc2b..cdcacd60e5fc0f3706fd5f8df45796124b254c80 100644 (file)
@@ -17,8 +17,6 @@
 #include "midori-bookmarks.h"
 #include "sokoke.h"
 
-#if GLIB_CHECK_VERSION(2, 16, 0)
-
 #define pspec_is_writable(pspec) (pspec->flags & G_PARAM_WRITABLE \
     && !(pspec->flags & (G_PARAM_CONSTRUCT | G_PARAM_CONSTRUCT_ONLY)))
 
@@ -185,5 +183,3 @@ main (int    argc,
 
     return g_test_run ();
 }
-
-#endif