aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-11-05 10:40:59 -0600
committerTed Gould <ted@gould.cx>2014-11-05 10:40:59 -0600
commit90c83dc1179822cbd540a1937c32a61ff5ac8b1a (patch)
tree9b24fa6d076c8043277871734aa6e89c7619fb5d
parentb14dbdb01894c282bcc75761a8fc5b2dc4f66826 (diff)
parent6e42c539dd125c3a44c82d135df3f0788d974771 (diff)
downloadayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.tar.gz
ayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.tar.bz2
ayatana-indicator-sound-90c83dc1179822cbd540a1937c32a61ff5ac8b1a.zip
Integration test for silent mode
-rw-r--r--debian/changelog5
-rw-r--r--tests/manual18
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>