summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Make portal functional test use absolute IRIsCarlos Garnacho2022-11-211-38/+38
* tests: Make serialization API tests use absolute IRIsCarlos Garnacho2022-11-215-28/+28
* tests: Make insertion functional test use absolute IRIsCarlos Garnacho2022-11-211-1/+1
* tests: Make ontology-rollback functional test use absolute IRIsCarlos Garnacho2022-11-211-10/+10
* tests: Use absolute IRIs in ontology-change testsCarlos Garnacho2022-11-2119-40/+40
* tests: Make CONSTRAINT tests use absolute IRIsCarlos Garnacho2022-11-2113-22/+23
* tests: Make property-path tests use absolute IRIsCarlos Garnacho2022-11-212-4/+4
* tests: Make turtle tests use absolute IRIsCarlos Garnacho2022-11-211-4/+4
* tests: Make RDF list tests use absolute IRIsCarlos Garnacho2022-11-212-2/+2
* tests: Make langstring tests use absolute IRIsCarlos Garnacho2022-11-216-10/+10
* tests: Make FILTER expression tests use absolute IRIsCarlos Garnacho2022-11-213-5/+5
* tests: Make DESCRIBE tests use absolute IRIsCarlos Garnacho2022-11-216-55/+55
* tests: Make CONSTRUCT tests use absolute IRIsCarlos Garnacho2022-11-214-34/+34
* ontologies: Move fts: prefix definition to base ontologyCarlos Garnacho2022-09-271-0/+1
* libtracker-sparql: Fix off by one in checks for escaped IRIsCarlos Garnacho2022-09-041-0/+6
* libtracker-sparql: Escape illegal characters in IRIREF from TrackerResourceCarlos Garnacho2022-09-021-0/+32
* tests: Remove unused variablesCarlos Garnacho2022-08-301-2/+0
* core: Refactor buffering of database updatesCarlos Garnacho2022-08-302-7/+8
* libtracker-sparql/core: Set nrl:modified/added consistentlyCarlos Garnacho2022-08-301-1/+0
* tests: Invert order of assertsCarlos Garnacho2022-07-131-2/+2
* tests: Specify missing order in testCarlos Garnacho2022-07-031-0/+1
* tests: Add tests for deserializationCarlos Garnacho2022-06-308-0/+1375
* libtracker-sparql: Drop line/column information in error messageCarlos Garnacho2022-06-303-3/+3
* tests: Comment out turtle parsing test with base/prefix changesCarlos Garnacho2022-06-301-0/+2
* Merge branch 'wip/carlosg/fts-consistence-fixes' into 'master'Sam Thursfield2022-05-0911-0/+26
|\
| * tests: Add FTS tests for partial updates and INSERT OR REPLACE changesCarlos Garnacho2022-05-0411-0/+26
* | Merge branch 'wip/carlosg/remote-namespace-manager' into 'master'Sam Thursfield2022-05-072-0/+224
|\ \
| * | tests: Add tests for TrackerNamespaceManager APICarlos Garnacho2022-05-072-0/+224
| |/
* | tests: Add tests for queries around blank nodesCarlos Garnacho2022-05-061-0/+265
|/
* tests: Assert that cursors have the right connection assignedCarlos Garnacho2022-05-012-9/+15
* tests: Test both JSON and XML cursorsCarlos Garnacho2022-05-013-7/+28
* tests: Rename testCarlos Garnacho2022-05-011-3/+3
* tests: Compare cursors more exhaustively in cursor testsCarlos Garnacho2022-05-011-3/+25
* tests: Run cursor tests on all connection typesCarlos Garnacho2022-05-011-85/+89
* tests: Refactor static variable usageCarlos Garnacho2022-05-011-15/+15
* tests: Do not use separate test to poke cursors after last next()Carlos Garnacho2022-05-011-28/+2
* tests: Refactor cursors testCarlos Garnacho2022-05-011-51/+60
* tests: Merge cursor tests into their own executableCarlos Garnacho2022-05-014-541/+648
* tests: Do not leak cursorsCarlos Garnacho2022-05-011-0/+1
* tests: Rename libtracker-data tests to 'core'Carlos Garnacho2022-04-03924-20/+20
* tests: Update libtracker-data tests to use high-level library APICarlos Garnacho2022-04-037-117/+113
* tests: Rename libtracker-fts tests directory to ftsCarlos Garnacho2022-04-0361-8/+5
* libtracker-data: Drop crc32 utility functionCarlos Garnacho2022-04-032-48/+0
* tests: Add tests for negated property pathsCarlos Garnacho2022-03-2723-0/+36
* tests: Add basic test around long string literalsCarlos Garnacho2022-03-273-0/+3
* tests: Fix libtracker-sparql/tracker-serialize-test on macOSDaniele Nicolodi2022-03-261-1/+1
* tests: Add more tests for TrackerSparqlCursor APICarlos Garnacho2022-03-131-0/+84
* tests: Add more thorough portal testsCarlos Garnacho2022-03-131-6/+318
* tests: Add 3-way alternative path testCarlos Garnacho2022-03-133-0/+22
* tests: Add more aggregate function testsCarlos Garnacho2022-03-1315-0/+61