summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2016-11-14 11:17:52 +0100
committerStef Walter <stefw@gnome.org>2016-11-14 11:17:52 +0100
commit5d6f0536be1ec7a429d59abdb6b268c9b94e06ba (patch)
tree52091245dfe4774522d9f8689c827b8f51027640
parent79b57cd3cf6a4fc28d79bc24892865eef9faf2d5 (diff)
downloadgnome-keyring-5d6f0536be1ec7a429d59abdb6b268c9b94e06ba.tar.gz
wrap-layer: Fix up testing for recent unicode apostrophe changes
-rw-r--r--pkcs11/wrap-layer/test-login-auto.c6
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 4b97e2b3..ea316da7 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);