diff options
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | src/im-application-list.c | 2 | ||||
-rw-r--r-- | tests/manual | 13 |
3 files changed, 26 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f72b140..230a105 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +indicator-messages (13.10.1+14.10.20141009-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Symbolic icon test on Unity8 phone + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Thu, 09 Oct 2014 13:30:07 +0000 + +indicator-messages (13.10.1+14.10.20141007-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Make title string match updated designs. (LP: #1377286) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 07 Oct 2014 19:41:05 +0000 + indicator-messages (13.10.1+14.10.20141006-0ubuntu1) utopic; urgency=low [ Charles Kerr ] diff --git a/src/im-application-list.c b/src/im-application-list.c index ac9b255..ae7b86e 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -199,7 +199,7 @@ im_application_list_update_root_action (ImApplicationList *list) g_object_unref(icon); /* title */ - g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Notification center"))); + g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Notifications"))); /* accessible description */ g_variant_builder_open(&builder, G_VARIANT_TYPE_DICT_ENTRY); diff --git a/tests/manual b/tests/manual index f31d259..412a97a 100644 --- a/tests/manual +++ b/tests/manual @@ -17,11 +17,21 @@ Test-case indicator-messages/unity8-items-check <dl> <dt>Login to a user session running Unity 8</dt> <dt>Pull down the top panel until it sticks open</dt> - <dt>Navigate through the tabs until "Notification center" is shown</dt> + <dt>Navigate through the tabs until "Notifications" is shown</dt> <dd>Incoming is at the top of the menu</dd> <dd>The menu is populated with items</dd> </dl> +Test-case indicator-messages/unity8-phone-symbolic-icon +<dl> + <dt>NOTE: Requires Unity8 and Telephony hardware</dt> + <dt>Login to a user session running Unity 8</dt> + <dt>Send an SMS to the device</dt> + <dd>Icon on the panel should change color signifying a new message</dd> + <dt>Verify the application icon in the menu item is monochromatic</dt> + <dd>On the right side of the item the application icon should have no color</dd> +</dl> + Test-case indicator-messages/unity8-embedded-greeter <dl> <dt>NOTE: Only works with embedded greeter, split greeter will require modifications to this test</dt> @@ -51,4 +61,3 @@ Test-case indicator-messages/unity8-embedded-greeter <dt>Clear the message in the greeter</dt> <dd>The message should no longer be in the messaging menu</dd> </dl> - |