summaryrefslogtreecommitdiff
path: root/tests/libtracker-sparql
Commit message (Expand)AuthorAgeFilesLines
* 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