aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/: Disable two failing tests for now: DISABLED_DesktopMprisPlayersPlayba...Mike Gabriel2017-12-021-2/+2
* tests/CMakeLists.txt: Fix non-critical typo flaw in test name.Mike Gabriel2017-12-021-1/+1
* tests/: Fix indicator executable name.Mike Gabriel2017-12-022-6/+6
* tests/dbus-types/: Fix file name: org.ayatana.sound.AccountsService.xml -> or...Mike Gabriel2017-11-291-0/+0
* data/org.ayatana.AccountsService.Sound: Use Ayatana namespace.Mike Gabriel2017-10-276-7/+7
* Include <functional> to fix a build issues with g++7.Andrea Azzarone2017-10-231-0/+1
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-2210-133/+140
* Add comment explaining pulseaudio startup issue.Rodney Dawes2017-03-281-0/+7
* Fix cmake option.Rodney Dawes2017-03-271-1/+1
* Disable integration tests when running under jenkins environment for now.Rodney Dawes2017-03-271-2/+10
* Use coverage support from cmake-extras.Rodney Dawes2017-02-072-0/+21
* Use only the gmock module from cmake-extras.Rodney Dawes2017-02-072-23/+10
* Fix gmock breakagePete Woods2016-12-091-2/+2
* Added volume check to root icon testXavi Garcia Mena2016-03-171-0/+22
* Changed code to get root icon, tests addedXavi Garcia Mena2016-03-163-0/+85
* Add changes to show up the microphone controls when an external microphone is...Xavi Garcia Mena2016-03-073-20/+250
|\
| * Added integration tests to detect external microphonesXavi Garcia Mena2016-03-043-20/+250
* | To avoid going too below the warning level we set the volume when showing the...Xavi Garcia Mena2016-03-071-1/+1
|\ \ | |/ |/|
| * Set warning volume to the maximum allowed when the user presses cancelXavi Garcia Mena2016-03-011-1/+1
* | Changed following Charles's suggestionsXavi Garcia Mena2016-03-022-8/+8
|/
* Fixed integration testXavi Garcia Mena2016-02-231-2/+0
* Created new class AccountsServiceAccess to hold all accounts service operationsXavi Garcia Mena2016-02-232-610/+621
* added integration test to check last running playerXavi Garcia Mena2016-02-235-11/+87
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-223-19/+50
* Added persistence for last running playerXavi Garcia Mena2016-02-102-4/+3
* Fixed tabsXavi Garcia Mena2016-02-041-5/+4
* Added Charles suggestionsXavi Garcia Mena2016-02-041-3/+33
* added integration tests for adding/removing players and playback controlsXavi Garcia Mena2016-01-296-19/+659
* in tests' PulseAudio mock, add pa_context_get_sink_input_info_list() implemen...Charles Kerr2016-01-131-0/+19
* disable integration test PhoneChangeRoleVolume, amd64 failure seems unrelated...Charles Kerr2016-01-131-1/+1
* in the integration tests, clamp the random volume selection to a range that w...Charles Kerr2016-01-121-6/+6
* re-enable notifications-testCharles Kerr2016-01-061-1/+1
* sync with trunk.15.10Charles Kerr2016-01-061-1/+1
|\
* | in notifications-test, make the loop test more flexiblecharles kerr2016-01-011-16/+27
* | use a custom timer to speed up TriggerWarning's many test combinationscharles kerr2015-12-311-2/+28
* | expand volume warning test to include all trigger requirementscharles kerr2015-12-311-31/+74
* | re-add notifications-test to testscharles kerr2015-12-311-1/+1
* | rename VolumeWarning.high_volume_approved as VolumeWarning.approvedcharles kerr2015-12-312-3/+3
* | add new Notifications test for volume-warning requiring headphonescharles kerr2015-12-301-0/+59
* | in mock Notify server, support actions required for volume warningscharles kerr2015-12-301-1/+1
* | fill out volume-warning-mock's mocking capabilitiescharles kerr2015-12-301-1/+9
* | make VolumeControl::active_output easier to mock for testscharles kerr2015-12-301-1/+11
* | fix and re-enable NotificationsTest::ExtendendVolumeNotificationcharles kerr2015-12-301-3/+4
* | simplify the Options class' propertiescharles kerr2015-12-301-22/+3
* | break volume-warning into an abstract base and concrete pulse-based implcharles kerr2015-12-292-1/+7
* | always keep volume-control's 'stream' property updatedcharles kerr2015-12-202-6/+5
* | change volume-warning to subclass from object instead of volume-controlcharles kerr2015-12-202-0/+75
* | remove 'high_volume' property from volume-controlcharles kerr2015-12-192-7/+3
* | remove 'ready' property from volume-warningcharles kerr2015-12-191-1/+1
* | remove 'is-playing' property from volume-warningcharles kerr2015-12-191-2/+1