aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/indicator-sound-test-base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use different code path for Lomiri notificationsRobert Tari2023-11-281-1/+7
|
* Drop custom notification hintsRobert Tari2023-09-091-8/+2
|
* src/, tests/: update references to renamed notification hintsRatchanan Srirattanamet2023-01-171-3/+3
| | | | | | | | | | More notification hints have been renamed. So update to follow it. - x-canonical-private-synchronous -> x-lomiri-private-synchronous - x-canonical-private-icon-only -> x-lomiri-private-icon-only - x-canonical-truncation -> x-lomiri-truncation (which Lomiri has compatibility with the former name, so keep in the mocked capabilities)
* Make Lomiri features configurable at build timeRobert Tari2022-02-171-1/+1
|
* Fix cppcheck warningsRobert Tari2021-12-091-6/+5
|
* tests/*: Use one spelling for "Canonical Ltd." in copyright headers.Mike Gabriel2021-11-191-1/+1
| | | | | | | | | Some license headers use "Canonical, Ltd." while others use "Canonical Ltd." as copyright holder. The correct form is the latter, so this change adjusts the spelling accordingly. This unification helps with generating debian/copyright files via scripts.
* Clean up schema detection and conditional codeRobert Tari2021-11-151-1/+1
|
* Drop data/org.ayatana.sound.gschema.xmlRobert Tari2021-11-101-4/+6
|
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-4/+4
|
* Rename HAS_UBUNTU_SOUND_SCHEMARobert Tari2021-11-081-1/+1
|
* Rename com.ubuntu.soundRobert Tari2021-11-081-1/+1
|
* Rename x-canonical-value-bar-tintRobert Tari2021-11-051-3/+6
|
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-2/+2
|
* Update Ayatana IDO namesRobert Tari2021-10-181-2/+2
|
* Port from Unity8 to Lomiri (URL Dispatcher and API).Mike Gabriel2021-01-121-4/+4
|
* Replace x-canonical attributesRobert Tari2020-08-111-8/+8
|
* 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/: Properly set env variables for pulseaudio and assure ↵Mike Gabriel2019-08-281-0/+3
| | | | dependencies to be in place.
* tests/CmakeLists.txt: Provide XDG_RUNTIME_DIR in test environment.Mike Gabriel2018-03-121-0/+1
|
* tests/: Rename FAKE_HOME to TEST_HOME.Mike Gabriel2018-01-161-1/+1
|
* 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-131-0/+2
| | | | location for its user config files.
* tests/: Fix indicator executable name.Mike Gabriel2017-12-021-3/+3
|
* Fork from Ubuntu's indicator-sound.Mike Gabriel2017-10-221-15/+15
|
* Changed code to get root icon, tests addedXavi Garcia Mena2016-03-161-0/+43
|
* Added integration tests to detect external microphonesXavi Garcia Mena2016-03-041-20/+82
|
* Changed following Charles's suggestionsXavi Garcia Mena2016-03-021-7/+7
|
* added integration test to check last running playerXavi Garcia Mena2016-02-231-9/+6
|
* Changed last running player to user Accounts serviceXavi Garcia Mena2016-02-221-3/+30
|
* added integration tests for adding/removing players and playback controlsXavi Garcia Mena2016-01-291-3/+40
|
* bugfix: ensure integration tests work regardless of com.ubuntu.sound ↵charles kerr2015-12-191-3/+21
| | | | gsettings' values
* Added integration testsXavi Garcia Mena2015-12-021-0/+66
|
* Integration tests updatedXavi Garcia Mena2015-10-301-4/+7
|
* Changed unit test to wait for the indicator to connect the user accountsXavi Garcia Mena2015-10-261-2/+15
|
* Fixed issue with warning notification. Fixed race conditions in testsXavi Garcia Mena2015-10-211-7/+7
|
* 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-151-8/+173
|
* Added notifications tests integrated with the test instance of pulseAudio ↵Xavi Garcia Mena2015-10-131-51/+268
| | | | and gmenuharness
* added mechanism to wait for the gmenu to change. Added player test for the ↵Xavi Garcia Mena2015-10-011-13/+25
| | | | phone profile
* Added attribute_not_set to gmenuharness, added tests for player control buttonsXavi Garcia Mena2015-09-251-0/+19
|
* Added test MPRIS player integration testXavi Garcia Mena2015-09-231-4/+32
|
* 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-211-4/+72
| | | | instances of pulseaudio
* Updated schema dir for integration testsXavi Garcia Mena2015-09-181-0/+4
|
* Added AccountsService Mock to the integration testsXavi Garcia Mena2015-09-181-6/+21
|
* test version for gmenuharnessXavi Garcia Mena2015-09-071-0/+263