aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* in MediaPlayerUserTest, disable the DataSet test as well. :PCharles Kerr2015-08-071-1/+1
|
* in MediaPlayerUserTest, disable the TimeoutTest for the moment.Charles Kerr2015-08-071-1/+1
|
* in volume-control-test, tell the test fixture where to find the sandboxed ↵Charles Kerr2015-08-071-1/+5
| | | | gsettings
* in volume-control-test, add a gschemas.compiled dependency because ↵Charles Kerr2015-08-071-1/+1
| | | | volume-control now depends on the gsettings
* disable the notifications temporarilyCharles Kerr2015-08-071-0/+2
|
* Dumping the bus, old school styleTed Gould2015-05-281-0/+16
|
* Preset the value to ensure no race conditionTed Gould2015-05-271-0/+2
|
* Adding in a session busTed Gould2015-05-271-6/+24
|
* Switch to an eventually worldTed Gould2015-05-271-12/+17
|
* Stealing the eventually code from indicator messagesTed Gould2015-05-271-0/+75
|
* Merging the max volume branchTed Gould2015-02-241-0/+41
|\
| * Adding a test for amplified volumeTed Gould2015-02-241-0/+42
| |
* | Writing a test to show that we're not checking the hideTed Gould2015-02-241-0/+49
|/
* Track the reason a volume was set to filter volume changes more accurately ↵Ted Gould2015-02-192-20/+30
|\ | | | | | | | | | | Fixes: #1416520 Approved by: Jussi Pakkanen, PS Jenkins bot