summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* libtracker-sparql, tests: Support empty array updateswip/rishi/tracker_sparql_connection_update_array-test-zero-lengthDebarshi Ray2021-04-061-0/+46
* tests: Plug leaksCarlos Garnacho2021-03-263-3/+10
* build: Add meson option to enable TAP protocol in testsCarlos Garnacho2021-03-225-8/+28
* tests: Add test for OPTIONAL inside GRAPH ?g {}Carlos Garnacho2021-03-213-0/+10
* tests: Add test for nested multivalued properties as property functionswip/carlosg/sparql-cornersCarlos Garnacho2021-03-014-0/+31
* tests: Add tests for SERVICE queries with empty/pointless patternsCarlos Garnacho2021-02-275-0/+11
* tests: Add tests for LIMIT/OFFSET modifiersCarlos Garnacho2021-02-279-0/+14
* tests: Add tests for unbound GRAPH variablesCarlos Garnacho2021-02-267-0/+16
* tests: Add tests for BIND reusing variable namesCarlos Garnacho2021-02-265-0/+11
* tests: Test passing prefixed name to notifier signal subscriptionsCarlos Garnacho2021-02-201-1/+1
* tests: Add test for notifier events within a sandboxCarlos Garnacho2021-02-202-0/+57
* tests: Enable TAP protocol for functional testsCarlos Garnacho2021-02-141-0/+1
* tests: Avoid TAP-breaking output strings in functional testsCarlos Garnacho2021-02-142-4/+3
* tests: Use TapTestRunner in functional tests if availableCarlos Garnacho2021-02-141-1/+10
* tests: Specify 'tap' format for JUnit generationCarlos Garnacho2021-02-141-0/+1
* tests: Fake TAP output in ad-hoc testCarlos Garnacho2021-02-141-0/+3
* tests: Make test output respect TAP protocol formatCarlos Garnacho2021-02-142-15/+3
* tests: Add tests for variables instead of service literalsCarlos Garnacho2021-01-265-0/+46
* tests: Test that we get all expected rows and columns in portalwip/carlosg/fix-cursor-string-lengthCarlos Garnacho2020-12-261-0/+15
* tests: Add basic functional test for the HTTP endpointCarlos Garnacho2020-12-132-0/+50
* tracker:strip-punctuation function createdNishit Patel2020-12-103-0/+3
* Merge branch 'wip/carlosg/datetime-fixes' into 'master'Sam Thursfield2020-10-126-0/+13
|\
| * tests: Add some tests for dates far in the past/futurewip/carlosg/datetime-fixesCarlos Garnacho2020-10-106-0/+13
* | tests: Add long string with langtag in testswip/carlosg/ttl-parser-improvementsCarlos Garnacho2020-10-101-0/+1
|/
* 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
|\