summaryrefslogtreecommitdiff
path: root/tests/core/tracker-sparql-blank-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/tracker-sparql-blank-test.c')
-rw-r--r--tests/core/tracker-sparql-blank-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/core/tracker-sparql-blank-test.c b/tests/core/tracker-sparql-blank-test.c
index 1a0aae181..43696a4b5 100644
--- a/tests/core/tracker-sparql-blank-test.c
+++ b/tests/core/tracker-sparql-blank-test.c
@@ -59,11 +59,12 @@ test_blank (TestInfo *info,
g_assert_no_error (error);
/* perform update in transaction */
-
+ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
updates = tracker_sparql_connection_update_blank (conn,
"INSERT { _:foo a rdfs:Resource } "
"INSERT { _:foo a rdfs:Resource . _:bar a rdfs:Resource } ",
NULL, &error);
+ G_GNUC_END_IGNORE_DEPRECATIONS
g_assert_no_error (error);
g_assert_true (updates != NULL);