diff options
author | Ted Gould <ted@gould.cx> | 2014-11-05 10:43:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-05 10:43:08 -0600 |
commit | e66fbbda3c1f074bde8fa0cfe4219dc051e39f26 (patch) | |
tree | 96cd7d66c0278deaddeadb8b31cff1b0668a973c | |
parent | 90c83dc1179822cbd540a1937c32a61ff5ac8b1a (diff) | |
parent | 7df37f358ee186e95362c88e9013f7f079d2c8ae (diff) | |
download | ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.tar.gz ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.tar.bz2 ayatana-indicator-sound-e66fbbda3c1f074bde8fa0cfe4219dc051e39f26.zip |
Ensure the greeter menu matches whether song metadata should be shown,
and update the metadata based on the new setting. (LP: #1358340)
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | tests/manual | 26 |
2 files changed, 30 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3bbe7d9..3fb71d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-sound (12.10.2+14.10.20141010-0ubuntu7) UNRELEASED; urgency=medium +indicator-sound (12.10.2+14.10.20141010-0ubuntu8) UNRELEASED; urgency=medium * Remove various Vala warnings * Show notifications on volume change (LP: #1378564, #1378961) @@ -6,8 +6,10 @@ indicator-sound (12.10.2+14.10.20141010-0ubuntu7) UNRELEASED; urgency=medium * service.vala: don't call set_volume unnecessarily (LP: #1381871) * Integration test for audio roles * Integration test for silent mode + * Ensure the greeter menu matches whether song metadata should be shown, + and update the metadata based on the new setting. (LP: #1358340) - -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:40:44 -0600 + -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:42:12 -0600 indicator-sound (12.10.2+14.10.20141010-0ubuntu1) utopic; urgency=low diff --git a/tests/manual b/tests/manual index 8016180..c1cc214 100644 --- a/tests/manual +++ b/tests/manual @@ -95,3 +95,29 @@ Test-case indicator-sound/unity8-audio-roles <dd>When hanging up the voice call it should automatically show up the volume for the alert role (ringtone, notification, etc)</dd> <dd>No other role should be affected by the volume level used by the phone role</dd> </dl> + +Test-case indicator-sound/unity8-embedded-greeter +<dl> + <dt>NOTE: Only works with embedded greeter, split greeter will require modifications to this test</dt> + <dt>Ensure System Settings is set to "Show Messages on Greeter"</dt> + <dt>Play a song in the media player</dt> + <dd>The song should be heard</dd> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Go to the greeter. This can be done by hitting the lock button twice.</dt> + <dt>Ensure the sound menu has song meta data</dt> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Pause the song in the greeter</dt> + <dd>The song should stop playing</dd> + <dt>Resume the song in the greeter</dt> + <dd>The song should continue to play</dd> + <dt>Disable System Settings value "Show Messages on Greeter"</dt> + <dt>Ensure the sound menu has song meta data</dt> + <dd>There should be an entry in the sound menu with the meta data for the song being played</dd> + <dt>Go to the greeter. This can be done by hitting the lock button twice.</dt> + <dt>Ensure the sound menu does not have song meta data</dt> + <dd>There should be an entry for the player but it should have no information on the song being played</dd> + <dt>Pause the song in the greeter</dt> + <dd>The song should stop playing</dd> + <dt>Resume the song in the greeter</dt> + <dd>The song should continue to play</dd> +</dl> |