aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* add (failing) regression test for x-canonical-alarm components whose valarms ↵Charles Kerr2015-06-174-0/+186
| | | | have no triggers
* Fix regression that caused nonrepeating alarms to go off at the wrong time. ↵Charles Kerr2015-05-2113-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 Kerr2015-05-214-1/+121
| | | | | | | | interesting but don't require user notification alarms
| * in run-eds-ics-test.sh, slightly cleaner ics file copyingCharles Kerr2015-05-211-1/+1
| |
| * re-enable the tests that I disabled earlier in this branch while focusing on ↵Charles Kerr2015-05-201-15/+15
| | | | | | | | the EDS bugfix
| * Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure ↵Charles Kerr2015-05-2010-35/+141
| | | | | | | | slightly so that more of the basic config setup can be shared.
| * fixed first test passingCharles Kerr2015-05-201-9/+9
| |
| * first eds test passingCharles Kerr2015-05-202-19/+18
| |
| * add tracers.Charles Kerr2015-05-193-26/+29
| |
| * undo last Friday's timezone regression.Charles Kerr2015-05-191-1/+1
| |
* | Honor the 'other vibrations' setting to enable/disable vibrations when alarm ↵Charles Kerr2015-05-151-28/+81
|\ \ | |/ |/| | | | | | | notifications are shown. Approved by: Rodney Dawes, PS Jenkins bot
| * honor the AccountsService 'other vibrations' setting.Charles Kerr2015-04-081-28/+81
| |
* | Add unit test that looks at ubuntu alarm triggers. Test currently fails on ↵Charles Kerr2015-05-074-0/+151
|/ | | | the trigger timezone issue reported by alesage.
* in tests/run-eds-test.sh, only delete the tmpdir if the test passed.Charles Kerr2015-04-061-3/+9
|
* in new EDS tests, use timezones consistentlyCharles Kerr2015-04-061-13/+20
|
* in the unit tests, add a PrintTo function for Alarms so that GTest can ↵Charles Kerr2015-04-062-0/+46
| | | | represent it as a string
* remove some new bits that turned out to be unneeded after allCharles Kerr2015-04-051-22/+2
|
* in tests/run-eds-test.sh, improve the commentsCharles Kerr2015-04-051-0/+3
|
* add EDS tests to confirm valarm attachments are loaded properly and trigger ↵Charles Kerr2015-04-057-4/+341
| | | | in the AlarmQueue
* fix misuse of ECalComponentAlarmInstance's fields.Charles Kerr2015-04-053-4/+4
|
* sync with trunkCharles Kerr2015-04-031-1/+1
|\
| * change the default alarm duration from 30 minutes to 10.Charles Kerr2015-03-251-1/+1
| |
* | add the new Alarm class as an argument to the alarm queue classCharles Kerr2015-04-031-7/+10
| |
* | add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-313-21/+15
|/ | | | Appointment class to hold an arbitrary number of Alarms.
* add DateTime::end_of_month(), DateTime::end_of_day(). Add unit tests for them.Charles Kerr2015-03-166-13/+158
|
* add regression test for bug #1429388Charles Kerr2015-03-141-1/+13
|
* sync the rest of the code with the changes to DateTime instantiation ↵Charles Kerr2015-03-144-73/+50
| | | | mentioned two commits ago
* use the new DateTime::start_of_day() and DateTime::start_of_minute() functions.Charles Kerr2015-03-144-56/+19
|
* add manual test: indicator-datetime/manual-timeCharles Kerr2015-02-121-0/+6
|
* Don't play calendar alarm sounds if Silent Mode is enabled. Use the alarm ↵Charles Kerr2015-01-281-0/+13
|\ | | | | | | | | | | sound role for both clock and calendar alarms. Fixes: #1410874 Approved by: Antti Kaijanmäki, PS Jenkins bot
| * new manual test, indicator-datetime/silent-modeCharles Kerr2015-01-211-0/+13
| |
* | strengthen the test that decides if an icalcomponent is a one-shot or repeating.Charles Kerr2015-01-151-0/+6
|/
* disable one-time alarms after their notifications are shown.Charles Kerr2014-12-071-0/+10
|
* for calendar events, use interactive notifications and a nonrepeating sound.Charles Kerr2014-12-071-0/+10
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-077-12/+22
| | | | notifications aren't shown for them.
* Small tag typo in integration test Ted Gould2014-11-031-10/+5
|\ | | | | | | Approved by: PS Jenkins bot
| * Removing newlines because the sed script can't handle them.Ted Gould2014-10-101-8/+3
| |
| * Another typoTed Gould2014-10-101-1/+1
| |
| * Small tag typoTed Gould2014-10-101-1/+1
| |
* | Fix appointment comparison function to include the audio_url field in its ↵Charles Kerr2014-10-091-0/+13
|\ \ | |/ |/| | | | | | | test. Fixes: 1364949 Approved by: Antti Kaijanmäki
| * add a manual test case from dmorley's report in #1364949Charles Kerr2014-10-071-0/+13
| |
* | rename title from 'Upcoming events' to 'Time & Date'Charles Kerr2014-10-031-1/+1
|/
* Fix flint++ warnings Charles Kerr2014-09-1917-42/+103
|\ | | | | | | Approved by: Ted Gould, PS Jenkins bot
| * fix flint++ warningsCharles Kerr2014-09-1717-42/+103
| |
* | add manual test indicator-datetime/alarm-timezoneCharles Kerr2014-09-161-0/+9
| |
* | sync with trunkCharles Kerr2014-09-162-18/+100
|\|
| * add unit tests for the powerd monitorCharles Kerr2014-09-151-0/+61
| |
| * add manual test indicator-datetime/timestamp-wakeupCharles Kerr2014-09-151-0/+7
| |
| * hide Clock's implementation details into an Impl class.Charles Kerr2014-09-131-18/+32
| |
* | LiveClock only needs one Timezone, so give it that instead of a Timezones objectCharles Kerr2014-09-161-15/+16
|/