Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | URL dispatcher on non-Ubuntu: Fake it as best as possible, so that the unit ↵ | Mike Gabriel | 2018-03-28 | 1 | -2/+0 |
| | | | | tests are happy and succeed. | ||||
* | tests/CMakeLists.txt: EDS tests are not limited to URL dispatcher builds, so ↵ | Mike Gabriel | 2018-03-28 | 1 | -4/+0 |
| | | | | re-enabling them on non-Ubuntu. | ||||
* | tests/CMakeLists.txt: Only build manual-test-snap on Ubuntu. | Mike Gabriel | 2018-03-28 | 1 | -3/+5 |
| | |||||
* | sync unit tests with calendar, locations being visible in phone profile | Charles Kerr | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | honor gsettings for calendar events | Charles Kerr | 2018-03-26 | 1 | -0/+1 |
| | |||||
* | use @FOO@ intead of ${FOO} for variable substitution when configuring files | Charles Kerr | 2018-03-26 | 3 | -4/+4 |
| | |||||
* | add a ualarm to test-snap.cpp | Charles Kerr | 2018-03-26 | 1 | -3/+14 |
| | |||||
* | use cmake's configure_file() to generate the test .ics files from .ics.in so ↵ | Charles Kerr | 2018-03-26 | 8 | -5/+7 |
| | | | | that we don't have to hardcode the filenames in the test data files either | ||||
* | use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp files | Charles Kerr | 2018-03-26 | 3 | -10/+10 |
| | |||||
* | As we removed a day we need to edit the test too. | Andrea Azzarone | 2018-03-26 | 1 | -2/+1 |
| | |||||
* | 31-jun is not a real day. | Andrea Azzarone | 2018-03-26 | 5 | -5/+5 |
| | |||||
* | tests/CMakeLists.txt: Fix linking when built with URL dispatcher support. | Mike Gabriel | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | URL dispatcher support: Build phone code, even if URL dispatcher is unavailable. | Mike Gabriel | 2018-03-26 | 6 | -24/+4 |
| | |||||
* | Revert "Geoclue -> Geoclue2 blind shot. More namespace changes." | Mike Gabriel | 2018-03-26 | 1 | -7/+7 |
| | | | | This reverts commit 67a3944dad4efda6ab20c4b6d6b1d96e245ba8c3. | ||||
* | Geoclue -> Geoclue2 blind shot. More namespace changes. | Mike Gabriel | 2018-03-16 | 1 | -7/+7 |
| | |||||
* | tests/manual: white-space fix | Mike Gabriel | 2017-12-08 | 1 | -1/+0 |
| | |||||
* | Fix executable/project name (indicator-datetime -> ↵ | Mike Gabriel | 2017-12-08 | 4 | -18/+18 |
| | | | | ayatana-indicator-datetime) at various locations. | ||||
* | 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 | 15 | -27/+27 |
| | |||||
* | tests/test-formatter.cpp: Fix locale setting and ignore failures if the ↵ | Mike Gabriel | 2017-12-08 | 1 | -9/+16 |
| | | | | build system does not have en_US.UTF-8 as valid locale available. | ||||
* | tests/run-eds-ics-test.sh: Make sure the folder for the tasks.isc file ↵ | Mike Gabriel | 2017-12-08 | 1 | -0/+1 |
| | | | | exists before copying it there. | ||||
* | Indicator namespace adaptations. | Mike Gabriel | 2017-12-08 | 2 | -6/+6 |
| | |||||
* | Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵ | Mike Gabriel | 2017-12-08 | 8 | -1/+32 |
| | | | | url-dispatcher and Ubuntu Touch sound schema files. | ||||
* | Many more C++ namespace name changes (unity -> ayatana). | Mike Gabriel | 2017-12-08 | 30 | -49/+49 |
| | |||||
* | sync with trunk | Charles Kerr | 2015-10-05 | 7 | -304/+364 |
|\ | |||||
| * | state-fixture: use TestDBusFixture for system bus | Lars Uebernickel | 2015-09-09 | 1 | -3/+3 |
| | | |||||
| * | glib-fixture: fail tests on unexpected warnings | Lars Uebernickel | 2015-09-09 | 3 | -42/+12 |
| | | | | | | | | | | | | | | | | | | This requires specifying which warnings are expected to be thrown (only test-timezone-file needed this for now). However, only fail on warnings in the Indicator-Datetime log domain so that we don't fail on gstreamer (or other library) warnings for now. | ||||
| * | test-utils: don't pass NULL as gsettings string value | Lars Uebernickel | 2015-09-09 | 1 | -1/+1 |
| | | | | | | | | | | NULL is not a valid string. Use the empty string instead. | ||||
| * | Make test-live-actions quit itself once the tz has been changed, the mock no ↵ | Iain Lane | 2015-09-03 | 1 | -0/+4 |
| | | | | | | | | longer does this | ||||
| * | Avoid nested GMainLoops by reading from the file on startup | Iain Lane | 2015-09-03 | 2 | -18/+85 |
| | | | | | | | | | | Restore some tests for this functionality. | ||||
| * | Add some comments | Iain Lane | 2015-09-01 | 1 | -3/+3 |
| | | |||||
| * | Rename FileTimezone to TimedatedTimezone | Iain Lane | 2015-09-01 | 2 | -5/+5 |
| | | |||||
| * | Use timedated's Timezone property instead of watching /etc/timezone | Iain Lane | 2015-08-31 | 3 | -311/+330 |
| | | | | | | | | | | Still need to rename everything to not use "timezone-file" | ||||
* | | replace the default alarm from 'Suru arpeggio.ogg' to 'Alarm clock.ogg | Charles Kerr | 2015-09-04 | 6 | -14/+14 |
|/ | |||||
* | sync with trunk | Charles Kerr | 2015-07-10 | 2 | -42/+30 |
|\ | |||||
| * | remove unnecessary pieces from the EDS test scaffolding. clean up script ↵ | Charles Kerr | 2015-06-23 | 2 | -42/+30 |
| | | | | | | | | variable names. | ||||
* | | add dobey's tests | Charles Kerr | 2015-07-09 | 2 | -0/+126 |
| | | |||||
* | | oops, disabling the other tests was only supposed to be to speed up local ↵ | Charles Kerr | 2015-07-09 | 1 | -21/+21 |
| | | | | | | | | tests & wasn't supposed to be pushed | ||||
* | | 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 | 3 | -0/+144 |
|/ | |||||
* | add (failing) regression test for x-canonical-alarm components whose valarms ↵ | Charles Kerr | 2015-06-17 | 4 | -0/+186 |
| | | | | have no triggers | ||||
* | Fix regression that caused nonrepeating alarms to go off at the wrong time. ↵ | Charles Kerr | 2015-05-21 | 13 | -37/+265 |
|\ | | | | | | | | | | | Fixes: #1456281 Approved by: PS Jenkins bot, Ted Gould | ||||
| * | in eds-engine, add a occur-in-time-range sexp to handle events that are ↵ | Charles Kerr | 2015-05-21 | 4 | -1/+121 |
| | | | | | | | | interesting but don't require user notification alarms | ||||
| * | in run-eds-ics-test.sh, slightly cleaner ics file copying | Charles Kerr | 2015-05-21 | 1 | -1/+1 |
| | | |||||
| * | re-enable the tests that I disabled earlier in this branch while focusing on ↵ | Charles Kerr | 2015-05-20 | 1 | -15/+15 |
| | | | | | | | | the EDS bugfix | ||||
| * | Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure ↵ | Charles Kerr | 2015-05-20 | 10 | -35/+141 |
| | | | | | | | | slightly so that more of the basic config setup can be shared. | ||||
| * | fixed first test passing | Charles Kerr | 2015-05-20 | 1 | -9/+9 |
| | | |||||
| * | first eds test passing | Charles Kerr | 2015-05-20 | 2 | -19/+18 |
| | | |||||
| * | add tracers. | Charles Kerr | 2015-05-19 | 3 | -26/+29 |
| | | |||||
| * | undo last Friday's timezone regression. | Charles Kerr | 2015-05-19 | 1 | -1/+1 |
| | |