summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Add tests for some builtin SPARQL functionswip/carlosg/more-testsCarlos Garnacho2020-09-3015-1/+29
* tests: Add functional test for tracker-xdg-portal-3Carlos Garnacho2020-09-303-0/+64
* tests: Add functional test infrastructure for portal testsCarlos Garnacho2020-09-309-0/+162
* tests: Add missing tests for SPARQL functions in the tracker namespaceCarlos Garnacho2020-09-3013-0/+53
* tests: Add test for title sortCarlos Garnacho2020-09-304-0/+19
* libtracker-common: Drop unused date/time util functionswip/carlosg/libtracker-common-cleanupCarlos Garnacho2020-09-161-32/+0
* libtracker-common: Drop type util function helpersCarlos Garnacho2020-09-163-219/+0
* libtracker-common: Drop unused file util functionsCarlos Garnacho2020-09-161-351/+0
* libtracker-common: Remove unused tracker util functionsCarlos Garnacho2020-09-161-99/+0
* tests: Silence checkCarlos Garnacho2020-09-141-1/+1
* tests: Add FTS tests for some extraneous inputCarlos Garnacho2020-09-038-0/+12
* libtracker-data: Do not expose FTS5 syntax through fts:matchCarlos Garnacho2020-09-034-2/+13
* tests: Add tests for unbound variablesCarlos Garnacho2020-08-3013-0/+46
* tests: Add tests for property paths used from several graphsCarlos Garnacho2020-08-274-0/+26
* tests: Add test for empty group patternsCarlos Garnacho2020-08-273-0/+4
* tests: Add test for service in subselectCarlos Garnacho2020-08-273-0/+25
* tests: Add tests for inline dataCarlos Garnacho2020-08-2129-0/+128
* tests: Use g_assert_true() instead of g_assert()Sam Thursfield2020-08-1212-133/+133
* tests: Add tests for CONSTRAINT declarations in prologueCarlos Garnacho2020-07-1731-0/+99
* libtracker-sparql: Use matching integer types on (de)serializationCarlos Garnacho2020-06-291-2/+4
* tests: Remove TRACKER_TESTS_VERBOSE, add TRACKER_DEBUG=testsSam Thursfield2020-06-211-20/+9
* ontologies: Move tracker: ontology in 11-rdf.ontology to NRLCarlos Garnacho2020-06-1972-312/+281
* libtracker-sparql: Drop priority argument from async functionsCarlos Garnacho2020-06-192-5/+1
* libtracker-sparql: Drop priority argument from sync functionsCarlos Garnacho2020-06-192-10/+10
* libtracker-sparql: Drop notifier flagsCarlos Garnacho2020-06-181-1/+1
* Merge branch 'sam/ontology-shrink' into 'master'Sam Thursfield2020-06-172-30/+0
|\
| * ontology: Remove predefined locations from slo ontologySam Thursfield2020-05-202-30/+0
* | trackertestutils: Add an optional D-Bus system bus to the sandboxSam Thursfield2020-06-131-2/+2
* | tests: Add test for UNION of local and remote URNsCarlos Garnacho2020-06-113-0/+43
* | tests: Add test for property function calls in non-existent graphsCarlos Garnacho2020-05-283-0/+11
* | Merge branch 'wip/carlosg/better-errors' into 'master'Sam Thursfield2020-05-271-1/+1
|\ \
| * | tests: Fix wrong syntax in queryCarlos Garnacho2020-05-271-1/+1
* | | tests: Add tests for UNION of subselects with different variables on left/rightCarlos Garnacho2020-05-263-0/+17
* | | tests: Add tests for binding arguments in limit/offsetCarlos Garnacho2020-05-267-0/+20
|/ /
* | libtracker-sparql: Add API to serialize and deserialize a TrackerResourceCarlos Garnacho2020-05-211-0/+64
|/
* Merge branch 'wip/carlosg/fix-blank-node-labels' into 'master'Sam Thursfield2020-05-181-0/+4
|\
| * tests: Check blank node lifetimes in blank node testCarlos Garnacho2020-05-181-0/+4
* | tests: Add some more tests around property pathsCarlos Garnacho2020-05-1815-0/+61
|/
* Merge branch 'sam/cli-graphs' into 'master'Sam Thursfield2020-05-151-0/+2
|\
| * cli: Add `tracker export --show-graphs` optionSam Thursfield2020-05-111-0/+2
* | Merge branch 'wip/carlosg/joining-services' into 'master'Sam Thursfield2020-05-1310-0/+345
|\ \
| * | tests: Add libtracker-data test to test SERVICE queriesCarlos Garnacho2020-05-1310-0/+345
| |/
* | tests: Add tests for label/comment changes in ontologyCarlos Garnacho2020-05-135-0/+157
|/
* tests: Add test for TrackerSparqlStatement bindings in SERVICE{}Carlos Garnacho2020-05-053-6/+28
* Merge branch 'sam/cleanups' into 'master'Sam Thursfield2020-05-0138-254/+24
|\
| * Remove unused ontologiesSam Thursfield2020-05-0138-254/+24
* | Merge branch 'sam/error-no-ontology' into 'master'Sam Thursfield2020-05-011-0/+18
|\ \
| * | libtracker-sparql: Raise an error if no ontology is passedSam Thursfield2020-04-291-0/+18
* | | Merge branch 'sam/debug-more' into 'master'Sam Thursfield2020-05-0111-75/+3
|\ \ \ | |_|/ |/| |
| * | tests: Remove custom log handlerSam Thursfield2020-04-287-56/+0