summaryrefslogtreecommitdiff
path: root/tests/libtracker-sparql
Commit message (Expand)AuthorAgeFilesLines
* 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
* libtracker-sparql/core: Set nrl:modified/added consistentlyCarlos Garnacho2022-08-301-1/+0
* tests: Invert order of assertsCarlos Garnacho2022-07-131-2/+2
* tests: Add tests for deserializationCarlos Garnacho2022-06-308-0/+1375
* tests: Add tests for TrackerNamespaceManager APICarlos Garnacho2022-05-072-0/+224
* tests: Assert that cursors have the right connection assignedCarlos Garnacho2022-05-012-9/+15
* tests: Test both JSON and XML cursorsCarlos Garnacho2022-05-012-3/+19
* 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: 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
* libtracker-sparql: Add TrackerSerializeFlags argument to serialization APICarlos Garnacho2022-02-041-0/+2
* libtracker-data: Forward annotated column types on DESCRIBE queriesCarlos Garnacho2022-02-046-11/+11
* tests: Add serialize testsCarlos Garnacho2022-02-0418-0/+579
* tests: Do not leak TrackerSparqlStatementsCarlos Garnacho2021-11-131-0/+1
* tests: Add tests for remote TrackerSparqlStatementsCarlos Garnacho2021-11-131-2/+10
* tests: Really test TrackerSparqlStatement on all connectionsCarlos Garnacho2021-11-111-9/+17
* tests: Add tests for loading statements from resourcesCarlos Garnacho2021-11-063-12/+51
* [test] Refactor double comparisonFabián Heredia Montiel2021-10-151-1/+1
* Merge branch 'wip/carlosg/datetime-comparisons' into 'master'Carlos Garnacho2021-06-083-0/+8
|\
| * tests: add test for binding a string to a xsd:dateTime via TrackerSparqlState...Rasmus Thomsen2021-05-083-0/+8
* | Removed DataFixture typedefnitinosiris2021-05-231-66/+63
* | Removed typecast warningsnitinosiris2021-05-201-3/+1
* | tests: Fix ging vs guint comparisonsDaniele Nicolodi2021-05-081-3/+3
* | treewide: Fix signed vs unsigned comparison in loop index variablesDaniele Nicolodi2021-05-081-1/+1
|/
* libtracker-sparql: Add datetime helpers for statements and cursornis1302021-04-153-3/+17
* tracker-resource: add datetime helpernis1302021-04-151-2/+13
* 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-262-2/+7
* tests: Make test output respect TAP protocol formatCarlos Garnacho2021-02-141-3/+3
* tests: Use g_assert_true() instead of g_assert()Sam Thursfield2020-08-123-40/+40
* libtracker-sparql: Use matching integer types on (de)serializationCarlos Garnacho2020-06-291-2/+4
* ontologies: Move tracker: ontology in 11-rdf.ontology to NRLCarlos Garnacho2020-06-194-7/+7
* libtracker-sparql: Drop priority argument from async functionsCarlos Garnacho2020-06-191-4/+0
* libtracker-sparql: Drop priority argument from sync functionsCarlos Garnacho2020-06-191-9/+9
* 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
* tests: Add test for TrackerSparqlStatement bindings in SERVICE{}Carlos Garnacho2020-05-053-6/+28
* Merge branch 'sam/cleanups' into 'master'Sam Thursfield2020-05-011-15/+15
|\
| * Remove unused ontologiesSam Thursfield2020-05-011-15/+15
* | 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
| |/