summaryrefslogtreecommitdiff
path: root/tests/libtracker-sparql
Commit message (Expand)AuthorAgeFilesLines
* tests: Turn gb-737023 test into a functional-testSam Thursfield2018-07-163-116/+1
* meson: Rework how unit tests are definedSam Thursfield2018-07-151-17/+18
* meson: Enable gb-737023 testSam Thursfield2018-07-151-1/+1
* tests: Fix inconsistent test filenamesSam Thursfield2018-07-153-2/+5
* tests: Remove unused queries from tracker-sparql-testCarlos Garnacho2017-10-051-42/+5
* meson: Replace all source_root() and build_root() callsSam Thursfield2017-08-041-2/+2
* tests: Add missing macros to meson build instructionsCarlos Garnacho2017-07-021-2/+8
* libtracker-common: Add a last resort envvar to load default domain ontologywip/carlosg/domain-ontologiesCarlos Garnacho2017-06-293-1/+10
* Fixes to Meson build systemSam Thursfield2017-06-241-5/+3
* Distribute meson.build files in tarballs generated by AutotoolsSam Thursfield2017-05-221-0/+2
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+19
* tests: Avoid horrible hang in test-tracker-resourceSam Thursfield2016-09-031-1/+3
* libtracker-sparql: Add TrackerResource classSam Thursfield2016-07-143-1/+170
* tests: Give tracker-test.c a slightly better nameSam Thursfield2016-06-092-11/+11
* build: Add missing files to .gitignore filesPhilip Withnall2015-07-031-1/+1
* libtracker-sparql: Add tracker-gb-737023-test to .gitignore and to test cases...Martyn Russell2014-12-102-1/+2
* tests: Locale fixDebarshi Ray2014-09-221-0/+4
* libtracker-sparql: Add a test caseDebarshi Ray2014-09-222-1/+111
* tests: Updated gtester scripts to improve testing systemMartyn Russell2014-02-201-3/+2
* tests: Removed all cases of g_test_trap_fork() which has been deprecated.Martyn Russell2014-01-171-13/+50
* libtracker-miner, libtracker-sparql: Fixed missing setlocale() in unit testsMartyn Russell2013-10-191-0/+4
* libtracker-bus: allow cancellation when iterating cursorAleksander Morgado2013-10-141-5/+5
* all: Remove use of g_type_init() now it's deprecated in GLib since 2.35.xMartyn Russell2013-03-081-1/+0
* Remove g_thread_init callsJürg Billeter2011-11-271-1/+0
* tests/libtracker-sparql: Add interleaved connection testJürg Billeter2011-05-191-0/+34
* tests/libtracker-sparql: Fix cancellation error checkJürg Billeter2011-04-041-1/+1
* libtracker-sparql: Use static linking instead of pluginsJürg Billeter2011-04-042-4/+1
* libtracker-sparql: Add test case for the bug this fixes.Martyn Russell2011-03-171-10/+56
* libtracker-sparql: Use g_assert_no_error() instead in testsMartyn Russell2010-11-111-1/+1
* build: Replaced all trailing tabs before \ for spaces in Makefile.amsMartyn Russell2010-10-271-8/+8
* build: Use AM_CPPFLAGS now INCLUDES is deprecatedMartyn Russell2010-10-271-1/+1
* libtracker-sparql: Cleaned up CFLAGS/LIBS for testsMartyn Russell2010-10-272-19/+13
* build: Remove WARN_CFLAGS and GCOV_{CFLAGS|LIBS}, use BUILD_{CFLAGS|LIBS} ins...Martyn Russell2010-10-271-6/+3
* libtracker-sparql: Fix test case when FTS is disabledMartyn Russell2010-09-301-3/+3
* libtracker-sparql: Added locking to sync/async connection_get() methodsMartyn Russell2010-09-291-0/+59
* libtracker-sparql: Fixed build failure with new connection_get() APIMartyn Russell2010-09-291-1/+1
* libtracker-sparql tests: do not require a prior installationAleksander Morgado2010-09-161-0/+3
* libtracker-sparql: Added comprehensive test for cursor_next()Martyn Russell2010-09-141-62/+132
* libtracker-sparql: Include config.h in testJürg Billeter2010-09-131-0/+2
* libtracker-sparql: Skip FTS test if FTS is disabledJürg Billeter2010-09-131-0/+6
* libtracker-sparql: Updated test case to include the 2nd query from needleMartyn Russell2010-09-131-25/+44
* libtracker-sparql: Added cursor_next_async() test caseMartyn Russell2010-09-131-28/+126
* Port SPARQL util tests from libtracker-client to libtracker-sparqlJürg Billeter2010-08-243-0/+97