aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Collapse)AuthorAgeFilesLines
* integration-test: provide a temporary HOME directory to the testRatchanan Srirattanamet2021-08-122-13/+17
| | | | | | | | | | A couple of things in the integration-test rely on having a HOME directory. Provide a temporary HOME for the test and its child, which both prevents polluting the building user's HOME and allow the test to run where HOME=/nonexistent (i.e. autobuilder). Also remove the exception not to run the integration test inside the (Canonical's) Jenkins, as it's not relevant anymore.
* Disable failing tests that cannot be fixed nowMike Gabriel2021-08-101-18/+18
| | | | | | | | | | | | | | | - tests/volume-control-test.cc:BasicObject - tests/indicator-test.cc:PhoneMenu - tests/indicator-test.cc:DesktopMenu - tests/indicator-test.cc:BaseActions - tests/notifications-test.cc:StreamChanges - tests/notifications-test.cc:IconTesting - tests/notifications-test.cc:ServerRestart - tests/notifications-test.cc:HighVolume - tests/notifications-test.cc:MenuHide - tests/notifications-test.cc:ExtendendVolumeNotification - tests/notifications-test.cc:TriggerWarning - tests/integration/test-indicator.cpp:All tests
* tests/CMakeLists.txt: Set '-no-pie' linker option for all unit tests linker ↵Mike Gabriel2021-08-051-0/+1
| | | | calls.
* release 0.8.20.8.2Mike Gabriel2021-01-281-0/+0
|
* Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2021-01-123-12/+12
|
* Replace x-canonical attributesRobert Tari2020-08-112-225/+225
|
* tests/integration/indicator-sound-test-base.cpp: The desktop pulseaudio ↵Mike Gabriel2019-08-281-0/+1
| | | | daemon also needs the stream-restore module these days.
* tests/integration/indicator-sound-test-base.cpp: Quote properly when loading ↵Mike Gabriel2019-08-281-1/+1
| | | | the stream-restore module into pulseaudio.
* tests/integration/indicator-sound-test-base.cpp: Unset ↵Mike Gabriel2019-08-281-0/+1
| | | | DBUS_SESSION_BUS_ADDRESS env var when tearing down.
* tests/integration/: Drop commented out add_subdirectory() call.Mike Gabriel2019-08-281-2/+0
|
* tests/integration/: Don't avoid integration tests when user is jenkins.Mike Gabriel2019-08-281-4/+2
|
* tests/integration/: Properly set env variables for pulseaudio and assure ↵Mike Gabriel2019-08-282-0/+19
| | | | dependencies to be in place.
* tests/integration/utils/dbus-pulse-volume.cpp: Use ifdef, not if for testing ↵Mike Gabriel2019-08-281-1/+1
| | | | defined conditional macros.
* Re-enable disable tests. All related to non-appearing Puleaudio on DBus. So ↵Mike Gabriel2018-03-121-10/+10
| | | | let's get that fixed rather than hiding the mistake elsewhere.
* tests/CmakeLists.txt: Provide XDG_RUNTIME_DIR in test environment.Mike Gabriel2018-03-122-0/+2
|
* tests/: Rename FAKE_HOME to TEST_HOME.Mike Gabriel2018-01-162-2/+2
|
* tests/integration/utils/dbus-pulse-volume.cpp: Yet another location where we ↵Mike Gabriel2018-01-162-0/+8
| | | | need to check for HAS_UT_ACCTSERVICE_SOUND_SETTINGS.
* Another HAS_UBUNTU_SOUND_SCHEMA location in the code where we need to hack ↵Mike Gabriel2018-01-131-0/+4
| | | | around Ubuntu's sound schema.
* tests/integration/: Provider a FAKE_HOME for pulseaudio to have a secure ↵Mike Gabriel2018-01-132-0/+3
| | | | location for its user config files.
* tests/: Disable two failing tests for now: ↵Mike Gabriel2017-12-021-2/+2
| | | | DISABLED_DesktopMprisPlayersPlaybackControls and DISABLED_DesktopChangeRoleVolume.
* tests/: Fix indicator executable name.Mike Gabriel2017-12-021-3/+3
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-223-114/+114
|
* 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-071-0/+7
|
* Use only the gmock module from cmake-extras.Rodney Dawes2017-02-071-4/+0
|
* 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
|
* Added integration tests to detect external microphonesXavi Garcia Mena2016-03-043-20/+250
|
* Changed following Charles's suggestionsXavi Garcia Mena2016-03-022-8/+8
|
* Fixed integration testXavi Garcia Mena2016-02-231-2/+0
|
* added integration test to check last running playerXavi Garcia Mena2016-02-232-11/+67
|
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-222-3/+34
|
* Added persistence for last running playerXavi Garcia Mena2016-02-101-1/+0
|
* added integration tests for adding/removing players and playback controlsXavi Garcia Mena2016-01-293-3/+617
|
* disable integration test PhoneChangeRoleVolume, amd64 failure seems ↵Charles Kerr2016-01-131-1/+1
| | | | unrelated to these changes & needs fixing in separate MP
* in the integration tests, clamp the random volume selection to a range that ↵Charles Kerr2016-01-121-6/+6
| | | | won't cause the loud-volume-warning code to interfere with the test
* bugfix: ensure integration tests work regardless of com.ubuntu.sound ↵charles kerr2015-12-193-3/+24
| | | | gsettings' values
* 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-023-2/+83
|
* Integration tests updatedXavi Garcia Mena2015-10-302-33/+51
|
* 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-263-7/+23
|
* 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-221-6/+6
|