| Commit message (Expand) | Author | Age | Files | Lines |
* | Created unit test. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+3 |
* | Create unit test. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -0/+1 |
* | get event selection up-to-date with the spec, including showing in-progress e... | Charles Kerr | 2021-08-29 | 1 | -0/+1 |
* | Move notifications tests into a new unit test. Extract notifications test fix... | Charles Kerr | 2021-08-29 | 1 | -1/+2 |
* | tests/CMakeLists.txt: Try to fix build failure on Debian Testing where cp -f ... | Robert Tari | 2021-06-27 | 1 | -1/+1 |
* | CMakeLists.txt: Add Clang support. | Mike Gabriel | 2021-05-05 | 1 | -2/+2 |
* | tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so ... | Mike Gabriel | 2018-03-28 | 1 | -4/+0 |
* | tests/CMakeLists.txt: Only build manual-test-snap on Ubuntu. | Mike Gabriel | 2018-03-28 | 1 | -3/+5 |
* | use cmake's configure_file() to generate the test .ics files from .ics.in so ... | Charles Kerr | 2018-03-26 | 1 | -1/+3 |
* | tests/CMakeLists.txt: Fix linking when built with URL dispatcher support. | Mike Gabriel | 2018-03-26 | 1 | -1/+1 |
* | Fix executable/project name (indicator-datetime -> ayatana-indicator-datetime... | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | tests/CMakeLists.txt: Also update DG_LOG_DOMAIN namespace in test suite. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | README.md: Add some manual line breaks. | Mike Gabriel | 2017-12-08 | 1 | -3/+3 |
* | Indicator namespace adaptations. | Mike Gabriel | 2017-12-08 | 1 | -1/+1 |
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ur... | Mike Gabriel | 2017-12-08 | 1 | -0/+5 |
* | glib-fixture: fail tests on unexpected warnings | Lars Uebernickel | 2015-09-09 | 1 | -0/+1 |
* | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 1 | -1/+1 |
* | sync with trunk | Charles Kerr | 2015-07-10 | 1 | -16/+5 |
|\ |
|
| * | remove unnecessary pieces from the EDS test scaffolding. clean up script vari... | Charles Kerr | 2015-06-23 | 1 | -16/+5 |
* | | oops, disabling the other tests was only supposed to be to speed up local tes... | Charles Kerr | 2015-07-09 | 1 | -21/+21 |
* | | add dobey's test case that has 'TZID:Pacific Time (US & Canada)' | Charles Kerr | 2015-07-09 | 1 | -21/+22 |
* | | add failing test for timezone issue in bug #1473068 | Charles Kerr | 2015-07-09 | 1 | -0/+1 |
|/ |
|
* | add (failing) regression test for x-canonical-alarm components whose valarms ... | Charles Kerr | 2015-06-17 | 1 | -0/+1 |
* | in eds-engine, add a occur-in-time-range sexp to handle events that are inter... | Charles Kerr | 2015-05-21 | 1 | -0/+1 |
* | re-enable the tests that I disabled earlier in this branch while focusing on ... | Charles Kerr | 2015-05-20 | 1 | -15/+15 |
* | Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure s... | Charles Kerr | 2015-05-20 | 1 | -14/+14 |
* | add tracers. | Charles Kerr | 2015-05-19 | 1 | -17/+17 |
* | undo last Friday's timezone regression. | Charles Kerr | 2015-05-19 | 1 | -1/+1 |
* | Add unit test that looks at ubuntu alarm triggers. Test currently fails on th... | Charles Kerr | 2015-05-07 | 1 | -0/+1 |
* | add EDS tests to confirm valarm attachments are loaded properly and trigger i... | Charles Kerr | 2015-04-05 | 1 | -4/+33 |
* | add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them. | Charles Kerr | 2015-03-16 | 1 | -0/+1 |
* | add a dbustest1 test to confirm that the snap decision's hint has the correct... | Charles Kerr | 2014-07-15 | 1 | -2/+8 |
* | add a visual hint that the next unit test isn't stuck, it's just slow. | Charles Kerr | 2014-07-14 | 1 | -0/+1 |
* | use unsigned ints for the alarm volume, duration properties | Charles Kerr | 2014-06-27 | 1 | -2/+2 |
* | Expose the alarm settings via dbus properties. | Charles Kerr | 2014-06-26 | 1 | -0/+2 |
* | rename 'clock-watcher' as 'alarm-queue' because the former name isn't very in... | Charles Kerr | 2014-04-24 | 1 | -1/+1 |
* | Add audio notitication when the alarm is triggered. Add a manual test to test... | Charles Kerr | 2014-02-04 | 1 | -0/+4 |
* | from alarm dev branch: add the alarm watcher and its unit tests | Charles Kerr | 2014-02-02 | 1 | -0/+1 |
* | comment out unit tests that require a version of dbus-test-runner that hasn't... | Charles Kerr | 2014-01-28 | 1 | -9/+12 |
* | fix bootstrap error in unit tests by ensuring we always use the local gschema... | Charles Kerr | 2014-01-28 | 1 | -2/+2 |
* | copyediting: rename the test/ directory's .cc files to .cpp for consistency w... | Charles Kerr | 2014-01-22 | 1 | -2/+2 |
* | fold repetitious unit test rules into CMake functions | Charles Kerr | 2014-01-22 | 1 | -93/+29 |
* | add unit tests for the menu/action exporter | Charles Kerr | 2014-01-22 | 1 | -0/+7 |
* | add LiveActions implementation and unit tests | Charles Kerr | 2014-01-21 | 1 | -1/+8 |
* | Implement Settings, a properties-cpp wrapper around GSettings | Charles Kerr | 2014-01-16 | 1 | -0/+14 |
* | Function: add fully-tested ActionGroups, per-profile Menus, state object. | Charles Kerr | 2014-01-14 | 1 | -10/+17 |
* | add geoclue, glib test fixtures | Charles Kerr | 2013-12-17 | 1 | -3/+73 |
* | replace autotools with cmake | Charles Kerr | 2013-10-18 | 1 | -0/+23 |