aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert change.Renato Araujo Oliveira Filho2021-07-051-0/+1
| |
| * Update unit test.Renato Araujo Oliveira Filho2021-07-051-10/+10
| |
| * Only play a sound alert if the event contains a SOUND reminder.Renato Araujo Oliveira Filho2021-07-051-1/+1
| |
| * Created unit test.Renato Araujo Oliveira Filho2021-07-055-1/+136
| |
| * Attempt to fix test on xenial.Renato Araujo Oliveira Filho2021-07-051-6/+5
| |
| * temporarily disable the formatter tests. This is a test harness error that ↵Charles Kerr2021-07-051-4/+4
| | | | | | | | doesn't need to block work on 1560188
| * revert r426 & r427 to remove the calendar from the phone profileCharles Kerr2021-07-051-2/+2
| |
| * Fixed test.Renato Araujo Oliveira Filho2021-07-051-1/+1
| |
| * Create unit test.Renato Araujo Oliveira Filho2021-07-053-0/+113
| |
| * Make sure that the ocurrence time is used to build the url to launch ↵Renato Araujo Oliveira Filho2021-07-053-9/+12
| | | | | | | | external application.
| * add the new unit testsCharles Kerr2021-07-051-0/+263
| |
| * get event selection up-to-date with the spec, including showing in-progress ↵Charles Kerr2021-07-052-0/+11
| | | | | | | | events. add unit tests to cover event priority and display order.
| * update unit test.Renato Araujo Oliveira Filho2021-07-011-6/+8
| |
| * resolve some test timing issues by deferring Snap object creation until it's ↵Charles Kerr2021-07-011-10/+8
| | | | | | | | needed
| * in test-notifications we do need one wait() wart after all, because the Snap ↵Charles Kerr2021-07-011-24/+1
| | | | | | | | is building its impl proxies asynchronously and hasn't any public way of notifying when they're built
| * update notification tests to wait for the needed bus events instead of ↵Charles Kerr2021-07-013-513/+48
| | | | | | | | waiting for arbitrary time intervals
| * add a DBusMock test Fixture with helper functions to wait for arbitrary bus ↵Charles Kerr2021-07-012-47/+162
| | | | | | | | method calls
| * in the GLib test Fixture, add helper functions to wait for arbitrary events ↵Charles Kerr2021-07-011-0/+88
| | | | | | | | and bus events
| * add notification title, icon checks to test-notification's battery of test ↵Charles Kerr2021-07-012-16/+43
| | | | | | | | combinations
| * Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-07-015-349/+823
| | | | | | | | fixture into a reusable header.
| * add explanation comments to test-snapCharles Kerr2021-07-011-10/+11
| |
| * in test-snap, move new tests to bottom to avoid confusing diffCharles Kerr2021-07-011-0/+71
| |
| * add combinatorial tests to check how snap behaves under system settings, ↵Charles Kerr2021-07-011-17/+86
| | | | | | | | event types, etc
| * add Settings tests for blacklisting apps' notificationsCharles Kerr2021-06-301-0/+49
| |
| * re-enable sound tests in test-snapCharles Kerr2021-06-301-1/+1
| |
| * in test-snap, wait a moment after creating the Snap to allow its async dbus ↵Charles Kerr2021-06-301-7/+21
| | | | | | | | internals to finish bootstrapping
| * rather than commenting out a test, use Google Test's DISABLED_ feature to ↵Charles Kerr2021-06-301-3/+1
| | | | | | | | disable it
| * disable broken testCharles Kerr2021-06-301-0/+2
| |
* | tests/CMakeLists.txt: Move -no-pie flag from CXX flags to target linker options.Mike Gabriel2021-08-301-1/+4
| |
* | tests/CMakeLists.txt: add -no-pie compile flagRobert Tari2021-08-291-1/+1
| |
* | Fix the EDS tests that were failing.Rodney Dawes2021-08-292-2/+2
| |
* | Fix clock app URL.Rodney Dawes2021-08-291-1/+1
| |
* | Remove the hard-coding of -g compiler flag.Rodney Dawes2021-08-291-1/+1
| |
* | Also need PARENT_SCOPE here.Rodney Dawes2021-08-291-1/+1
| |
* | Set the coverage test targeets from where the tests are added.Rodney Dawes2021-08-291-0/+10
| |
* | Switch to using gmock module from cmake-extras.Rodney Dawes2021-08-291-10/+5
| |
* | Update app name usage to match snaps.Rodney Dawes2021-08-291-1/+1
| |
* | break test-notification into two separate test unitsCharles Kerr2021-08-294-108/+146
| |
* | In main.cpp and tests where Snap is instantiated, provide the system_bus to ↵Charles Kerr2021-08-292-2/+4
| | | | | | | | Snap's constructor
* | Remove gsettings source call during unit tests Set minimal version for ↵Arthur Mello2021-08-291-7/+3
| | | | | | | | gsettings-ubuntu-touch-schemas package
* | Undo revisions 456/457Arthur Mello2021-08-291-27/+9
| |
* | Fixed typos; Updated code based on review requests.Renato Araujo Oliveira Filho2021-08-293-1/+1
| |
* | Fix settings test check so we do not fail if GSettings schema is missingArthur Mello2021-08-291-33/+25
| |
* | Do not fail test if GSettings schema is not installedArthur Mello2021-08-291-1/+23
| |
* | Do not fail tests if schema is not installedArthur Mello2021-08-291-1/+9
| |
* | Make sure that calendar settings do not affect alarm notificationsArthur Mello2021-08-291-0/+6
| |
* | Set calendar notification settings to true in case GSettings schema is not ↵Arthur Mello2021-08-292-0/+16
| | | | | | | | available Make sure calendar notification settings are correct during tests
* | Update indicator-datetime to work with the new notification settingsArthur Mello2021-08-292-83/+54
| |
* | Create unit testRenato Araujo Oliveira Filho2021-08-293-0/+1080
| |
* | Implemented unit test.Renato Araujo Oliveira Filho2021-08-292-0/+122
| |