[gnome-keyring] wrap-layer: Fix up testing for recent unicode apostrophe changes



commit 5d6f0536be1ec7a429d59abdb6b268c9b94e06ba
Author: Stef Walter <stefw gnome org>
Date:   Mon Nov 14 11:17:52 2016 +0100

    wrap-layer: Fix up testing for recent unicode apostrophe changes

 pkcs11/wrap-layer/test-login-auto.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pkcs11/wrap-layer/test-login-auto.c b/pkcs11/wrap-layer/test-login-auto.c
index 4b97e2b..ea316da 100644
--- a/pkcs11/wrap-layer/test-login-auto.c
+++ b/pkcs11/wrap-layer/test-login-auto.c
@@ -139,7 +139,7 @@ test_specific (Test *test, gconstpointer unused)
 
        /* Login with prompt */
        gcr_mock_prompter_expect_password_ok ("booo",
-                                             "choice-label", "Automatically unlock this key whenever I'm 
logged in",
+                                             "choice-label", "Automatically unlock this key whenever I’m 
logged in",
                                              "choice-chosen", TRUE,
                                              NULL);
 
@@ -177,7 +177,7 @@ test_user_token (Test *test, gconstpointer unused)
 
        /* Login with prompt */
        gcr_mock_prompter_expect_password_ok ("booo",
-                                             "choice-label", "Automatically unlock whenever I'm logged in",
+                                             "choice-label", "Automatically unlock whenever I’m logged in",
                                              "choice-chosen", TRUE,
                                              NULL);
 
@@ -219,7 +219,7 @@ test_unlock_keyring (Test *test, gconstpointer unused)
 
        /* Create credential with prompt */
        gcr_mock_prompter_expect_password_ok ("booo",
-                                             "choice-label", "Automatically unlock this keyring whenever I'm 
logged in",
+                                             "choice-label", "Automatically unlock this keyring whenever I’m 
logged in",
                                              "choice-chosen", TRUE,
                                              NULL);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]