summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-01-12 16:04:13 +0300
committerStefano Karapetsas <[email protected]>2015-01-13 11:55:00 +0100
commit53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8 (patch)
treebc422498f805a6ae0b5495157a7482616ec16259 /test
parentd327a96cfb61acd0ce606c4bf80349454b66bd44 (diff)
downloadcaja-53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8.tar.bz2
caja-53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8.tar.xz
drop support for GLib < 2.36
Closes https://github.com/mate-desktop/caja/pull/372
Diffstat (limited to 'test')
-rw-r--r--test/test-caja-search-engine.c4
-rw-r--r--test/test-copy.c6
2 files changed, 1 insertions, 9 deletions
diff --git a/test/test-caja-search-engine.c b/test/test-caja-search-engine.c
index 6695f916..8a6f6937 100644
--- a/test/test-caja-search-engine.c
+++ b/test/test-caja-search-engine.c
@@ -34,10 +34,6 @@ main (int argc, char* argv[])
CajaSearchEngine *engine;
CajaQuery *query;
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- g_thread_init (NULL);
-#endif
-
gtk_init (&argc, &argv);
engine = caja_search_engine_new ();
diff --git a/test/test-copy.c b/test/test-copy.c
index 81407812..b87f3232 100644
--- a/test/test-copy.c
+++ b/test/test-copy.c
@@ -44,11 +44,7 @@ main (int argc, char* argv[])
int i;
GList *infos;
CajaProgressInfo *progress_info;
-
-#if !GLIB_CHECK_VERSION (2, 32, 0)
- g_thread_init (NULL);
-#endif
-
+
test_init (&argc, &argv);
if (argc < 3) {