aboutsummaryrefslogtreecommitdiff
path: root/tests/test-timezone-timedated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sync tests to new ctor arguments for TimedatedTimezone and LiveTimezonesCharles Kerr2021-08-291-4/+4
|
* in tests/, remove the handrolled timedate1 bus mock. It doesn't add anything ↵Charles Kerr2021-08-291-91/+7
| | | | over the dbusmock template
* in tests/test-timezone-timedated, fix copy-paste error in commentsCharles Kerr2021-08-291-1/+1
|
* in test-timezone-timedated, slightly cleaner mechanism for tzid waitingCharles Kerr2021-08-291-10/+15
|
* pull the timezone from timedate1 regardless of whether it appears on the bus ↵Charles Kerr2021-08-291-80/+104
| | | | before or after we startup
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-1/+1
|
* glib-fixture: fail tests on unexpected warningsLars Uebernickel2015-09-091-1/+2
| | | | | | | | | 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.
* Avoid nested GMainLoops by reading from the file on startupIain Lane2015-09-031-16/+84
| | | | | Restore some tests for this functionality.
* Rename FileTimezone to TimedatedTimezoneIain Lane2015-09-011-0/+73