summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-02 12:20:34 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-02 15:44:59 +0100
commite765d0cb2b71c110c08461bef2ca04f313cbad94 (patch)
tree83ff45b89485ee6a365f6a1f0db6ba1eccff4553 /tests
parentdcc7f767b3a705728c30c81cb38789262cf62b8c (diff)
downloadtracker-e765d0cb2b71c110c08461bef2ca04f313cbad94.tar.gz
build: Remove define leftovers
The HAVE_LIBICU/LIBUNISTRING defines should not be needed for anything now.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/tracker-sparql-test.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/core/tracker-sparql-test.c b/tests/core/tracker-sparql-test.c
index 0da6acafa..d74378c91 100644
--- a/tests/core/tracker-sparql-test.c
+++ b/tests/core/tracker-sparql-test.c
@@ -629,17 +629,6 @@ main (int argc, char **argv)
for (i = 0; tests[i].test_name; i++) {
gchar *testpath;
-#ifndef HAVE_LIBICU
- /* Skip tests which fail collation tests and are known
- * to do so. For more details see:
- *
- * https://bugzilla.gnome.org/show_bug.cgi?id=636074
- */
- if (strcmp (tests[i].test_name, "functions/functions-xpath-2") == 0) {
- continue;
- }
-#endif
-
testpath = g_strconcat ("/core/sparql/", tests[i].test_name, NULL);
g_test_add (testpath, TestInfo, &tests[i], setup, test_sparql_query, teardown);
g_free (testpath);