diff options
author | Ted Gould <ted@gould.cx> | 2014-11-05 10:39:15 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-05 10:39:15 -0600 |
commit | b14dbdb01894c282bcc75761a8fc5b2dc4f66826 (patch) | |
tree | ed0c23243dd0438135b695d7d05be79f1a5e382b | |
parent | 6e525389ca3139b6063f1449d79c4cf688e28f1d (diff) | |
parent | eaa8592f4a4ad49cd462a04e2d008ce49d5a3206 (diff) | |
download | ayatana-indicator-sound-b14dbdb01894c282bcc75761a8fc5b2dc4f66826.tar.gz ayatana-indicator-sound-b14dbdb01894c282bcc75761a8fc5b2dc4f66826.tar.bz2 ayatana-indicator-sound-b14dbdb01894c282bcc75761a8fc5b2dc4f66826.zip |
Integration test for audio roles
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | tests/manual | 20 |
2 files changed, 23 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 55b6407..94f6a95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -indicator-sound (12.10.2+14.10.20141010-0ubuntu5) UNRELEASED; urgency=medium +indicator-sound (12.10.2+14.10.20141010-0ubuntu6) UNRELEASED; urgency=medium * Remove various Vala warnings * Show notifications on volume change (LP: #1378564, #1378961) * Warn on high audio levels when using headphones (LP: #123633, #1373404) * service.vala: don't call set_volume unnecessarily (LP: #1381871) + * Integration test for audio roles - -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:37:17 -0600 + -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:39:03 -0600 indicator-sound (12.10.2+14.10.20141010-0ubuntu1) utopic; urgency=low diff --git a/tests/manual b/tests/manual index 0df4186..ba5cf3f 100644 --- a/tests/manual +++ b/tests/manual @@ -57,3 +57,23 @@ Test-case indicator-sound/unity8-high-volume <dd>There should be no text on the notification</dd> <dd>The range on the notification bubble should have a standard color</dd> </dl> + +Test-case indicator-sound/unity8-audio-roles +<dl> + <dt>Without playing anything (no active audio stream), change the volume on the indicator or with the volume buttons and then try playing one of the following audio streams: camera shutter, ringtone, message notification, dtmf</dt> + <dd>The audio stream should reflect the volume set on the indicator</dd> + <dt>Without playing anything (no active audio stream), change the volume on the indicator or with volume buttons and then try playing one of the following audio streams: music-app, webrowser (youtube)</dt> + <dd>The audio stream should not be affected by the volume set on the indicator when there was no other active stream</dt> + <dt>Play a multimedia stream (music-app, webrowser) and change the volume on the indicator when the stream is active</dt> + <dd>The multimedia audio stream should reflect the volume set on the indicator</dd> + <dd>When stopping/closing the multimedia stream, 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 multimedia role</dd> + <dt>Play a alarm stream (clock-app) and change the volume on the indicator when the stream is active</dt> + <dd>The alarm audio stream should reflect the volume set on the indicator</dd> + <dd>When stopping/closing the alarm stream, 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 alarm role</dd> + <dt>Start a voice call using the dialer-app and change the volume on the indicator when the call is active</dt> + <dd>The phone audio stream should reflect the volume set on the indicator</dd> + <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> |