aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)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 do...Charles Kerr2021-07-051-4/+4
| * 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 external...Renato Araujo Oliveira Filho2021-07-053-9/+12
| * add the new unit testsCharles Kerr2021-07-051-0/+263
| * get event selection up-to-date with the spec, including showing in-progress e...Charles Kerr2021-07-052-0/+11
| * 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
| * in test-notifications we do need one wait() wart after all, because the Snap ...Charles Kerr2021-07-011-24/+1
| * update notification tests to wait for the needed bus events instead of waitin...Charles Kerr2021-07-013-513/+48
| * add a DBusMock test Fixture with helper functions to wait for arbitrary bus m...Charles Kerr2021-07-012-47/+162
| * in the GLib test Fixture, add helper functions to wait for arbitrary events a...Charles Kerr2021-07-011-0/+88
| * add notification title, icon checks to test-notification's battery of test co...Charles Kerr2021-07-012-16/+43
| * Move notifications tests into a new unit test. Extract notifications test fix...Charles Kerr2021-07-015-349/+823
| * 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, even...Charles Kerr2021-07-011-17/+86
| * 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 i...Charles Kerr2021-06-301-7/+21
| * rather than commenting out a test, use Google Test's DISABLED_ feature to dis...Charles Kerr2021-06-301-3/+1
| * 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 S...Charles Kerr2021-08-292-2/+4
* | Remove gsettings source call during unit tests Set minimal version for gsetti...Arthur Mello2021-08-291-7/+3
* | 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 av...Arthur Mello2021-08-292-0/+16
* | 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