diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | tests/manual | 18 |
2 files changed, 21 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 94f6a95..3bbe7d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -indicator-sound (12.10.2+14.10.20141010-0ubuntu6) UNRELEASED; urgency=medium +indicator-sound (12.10.2+14.10.20141010-0ubuntu7) 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 + * Integration test for silent mode - -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:39:03 -0600 + -- Ted Gould <ted@ubuntu.com> Wed, 05 Nov 2014 10:40:44 -0600 indicator-sound (12.10.2+14.10.20141010-0ubuntu1) utopic; urgency=low diff --git a/tests/manual b/tests/manual index ba5cf3f..8016180 100644 --- a/tests/manual +++ b/tests/manual @@ -58,6 +58,24 @@ Test-case indicator-sound/unity8-high-volume <dd>The range on the notification bubble should have a standard color</dd> </dl> +Test-case indicator-sound/unity8-silent-mode +<dl> + <dt>NOTE: This test currently doesn't work because of a bug: http://pad.lv/1336715</dt> + <dt>Open the Sound menu</dt> + <dd>The sound menu includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is not checked</dd> + <dt>Enable silent mode</dt> + <dd>Selecting the "Silent Mode" item should cause the box to be checked</dd> + <dt>Open the sound panel in system settings</dt> + <dd>The sound panel includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is checked</dd> + <dt>Disable silent mode in system settings</dt> + <dd>The checkbox is not checked</dd> + <dt>Open the Sound menu</dt> + <dd>The sound menu includes an item "Silent Mode" which is a check box</dd> + <dd>The checkbox is not checked</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> |