aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Now we're starting to get somewhere...
* 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
|
* bugfix: ensure integration tests work regardless of com.ubuntu.sound ↵charles kerr2015-12-193-3/+24
| | | | gsettings' values
* instantiate volume-warning and pass it to the servicecharles kerr2015-12-192-10/+35
|
* move max_volume into a reusable 'options' classcharles kerr2015-12-194-21/+49
|
* Disable notification tests that are already covered in the integration tests ↵Xavi Garcia Mena2015-12-181-2/+2
| | | | and fail on amd64
* Added workaround for Maroon in Trouble, second optionXavi Garcia Mena2015-12-171-8/+7
|
* Changes after review. Method to increment sync counter and integration test ↵Xavi Garcia Mena2015-12-021-4/+3
| | | | changed
* Added integration testsXavi Garcia Mena2015-12-028-3/+236
|
* Re-added integration tests using gmenuharnessXavi Garcia Mena2015-11-111-4/+3
|
* Disable integration tests to avoid universe dependenciesXavi Garcia Mena2015-11-031-3/+4
|
* Integration tests updatedXavi Garcia Mena2015-10-302-33/+51
|
* Changes as suggestedXavi Garcia Mena2015-10-271-4/+0
|
* changed wait mechanism when stopping soundXavi Garcia Mena2015-10-261-3/+4
|
* Changed unit test to wait for the indicator to connect the user accountsXavi Garcia Mena2015-10-266-8/+31
|
* Disabled unit test with race condition issuesXavi Garcia Mena2015-10-221-1/+1
|
* Update unit testXavi Garcia Mena2015-10-222-1/+10
|
* Include all the integration testsXavi Garcia Mena2015-10-221-4/+1
|
* Removed warning label in volume notificationXavi Garcia Mena2015-10-222-8/+8
|
* Fixed issue with warning notification. Fixed race conditions in testsXavi Garcia Mena2015-10-212-24/+46
|
* Fixed race condition connection to the Notifications interfaceXavi Garcia Mena2015-10-161-0/+14
|
* Added integragrion tests to the devices labels and iconsXavi Garcia Mena2015-10-1546-155/+4050
|\
| * Added notifications tests integrated with the test instance of pulseAudio ↵Xavi Garcia Mena2015-10-136-51/+641
| | | | | | | | and gmenuharness
| * fixed typo in commentXavi Garcia Mena2015-10-011-1/+1
| |
| * added mechanism to wait for the gmenu to change. Added player test for the ↵Xavi Garcia Mena2015-10-016-23/+91
| | | | | | | | phone profile
| * Added attribute_not_set to gmenuharness, added tests for player control buttonsXavi Garcia Mena2015-09-254-5/+245
| |
| * merged lp:~xavi-garcia-mena/indicator-sound/next-play-prev-buttons-bug-1373313Xavi Garcia Mena2015-09-242-57/+139
| |\
| | * Unit tests refactoredXavi Garcia Mena2015-09-161-187/+53
| | |
| | * Added changed to reflect the state of the player control buttonsXavi Garcia Mena2015-09-152-57/+273
| | |
| * | fixed path for players desktop filesXavi Garcia Mena2015-09-241-2/+2
| | |
| * | Added test MPRIS player integration testXavi Garcia Mena2015-09-2326-28/+594
| | |
| * | Added themed_icon to integration testsXavi Garcia Mena2015-09-221-0/+2
| | |
| * | Added separated integration tests for desktop and phone, with different ↵Xavi Garcia Mena2015-09-214-23/+255
| | | | | | | | | | | | instances of pulseaudio
| * | added DBusPropertiesNotifierXavi Garcia Mena2015-09-212-0/+89
| | |
| * | code cleanupXavi Garcia Mena2015-09-2111-62/+71
| | |
| * | Updated set-volume utilityXavi Garcia Mena2015-09-201-2/+2
| | |
| * | Updated schema dir for integration testsXavi Garcia Mena2015-09-183-1/+9
| | |
| * | Added AccountsService Mock to the integration testsXavi Garcia Mena2015-09-1815-7/+351
| | |
| * | test version for gmenuharnessXavi Garcia Mena2015-09-0722-97/+1562
| |/
* / Updated to show a label stating the active outputXavi Garcia Mena2015-10-021-1/+1
|/
* in tests/media-player-user, re-disable the DataSet and TimeoutTests. This ↵Charles Kerr2015-08-111-2/+2
| | | | failure is not related to the new code and should be handled separately.
* in tests/media-player-user, re-enable the DataSet and TimeoutTestsCharles Kerr2015-08-111-2/+2
|
* in tests/notification-tests, re-enable the max-volume testsCharles Kerr2015-08-111-8/+8
|
* in tests/volume-control-mock, add a public method for setting max-volume so ↵Charles Kerr2015-08-111-2/+4
| | | | that we can re-enable those tests in notifications-test
* re-enable notifications tests (currently failing)Charles Kerr2015-08-111-2/+0
|
* huge pile of diff that consolidates pulse-specific audio work into ↵Charles Kerr2015-08-101-2/+2
| | | | volume-control-pulse. Work in progress. Promising but currently ugly.