summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace GTimeVal with gint64 epoch timeYongha Hwang2022-02-281-4/+4
* Fix make distcheck and enable it on gitlab CIRomain Bouvier2020-12-041-7/+5
* Merge branch 'cryptogopher/xfconf-issue16'Ali Abdallah2020-11-093-0/+53
|\
| * Test for #16cryptogopher2020-11-063-0/+53
* | Disable parallelism on all tests.Ali Abdallah2020-10-272-2/+2
|/
* Use a custom test-driverAli Abdallah2020-05-176-7/+126
* tests: Explicitly handle error reply from Ping method callMichał Górny2019-06-201-0/+8
* Added .NOTPARALLEL to property change testAli Abdallah2018-10-211-0/+2
* Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and removeAli Abdallah2016-04-241-2/+2
* Port the common code for tests to gdbus.Ali Abdallah2016-04-241-20/+18
* Add dbus cflags and libs for all tests to avoidAli Abdallah2016-03-251-1/+1
* Simplify checks.Nick Schermer2013-01-063-58/+1
* Fix licenses and use new FSF address.Nick Schermer2011-03-2534-33/+48
* Add hook to skip the xfconf tests.Nick Schermer2011-03-091-0/+7
* Use sh as interpreter.Nick Schermer2011-03-071-1/+1
* Fix compiler warning in the tests.Nick Schermer2009-12-261-3/+3
* Fix cut and paste in object bindings' makefile.Nick Schermer2009-12-261-1/+1
* Add test framework for the bindings.Nick Schermer2009-12-263-1/+215
* fix test framework, hopefully for the last timeBrian J. Tarricone2009-09-183-23/+34
* Port remove-testsuites to reset-testsuiteStephan Arts2008-10-129-23/+23
* Update .po filesStephan Arts2008-10-1211-4/+9
* add ListChannels() method to dbus iface and xfconf_list_channels()Brian Tarricone2008-07-293-0/+48
* * Fix make distcheck (renamed .txt file in Makefile.am), and increased the WA...Stephan Arts2008-07-141-1/+1
* fix property-changed tests (missing callback arg)Brian Tarricone2008-05-132-0/+2
* properly make sure xfconfd has started on our bus before continuingBrian Tarricone2008-04-202-6/+43
* make XfconfChannel::property-changed allow a prop name signal detailBrian Tarricone2008-04-153-3/+90
* pull common stuff out of makefiles, fix 'mke distcheck' properlyBrian Tarricone2008-04-117-149/+25
* Fix the test-suiteStephan Arts2008-04-1011-85/+21
* Organise test-suite a little.Stephan Arts2008-04-1041-154/+1362
* make the PropertyChanged signal workBrian Tarricone2008-04-072-2/+78
* make the array stuff work, in theory.Brian Tarricone2008-01-145-17/+81
* use GValueArray to set and get string listsBrian Tarricone2008-01-141-0/+24
* start migration to new library API with array types and struct serializers.Brian Tarricone2007-10-255-10/+9
* use #define instead of hardcoded test channel nameBrian Tarricone2007-10-035-4/+6
* make RemoveProperty test more robust - check for presence of eachBrian Tarricone2007-10-031-8/+17
* fix template to use local XDG_CONFIG_HOMEBrian Tarricone2007-10-031-0/+3
* add a sleep(). meh.Brian Tarricone2007-10-031-0/+7
* add tests frameworkBrian Tarricone2007-10-037-0/+375