[gnome-keysign: 58/75] tests: gpgmks: Reorder keys for Utf8 test



commit 7da8a1f26d4ee81a34186f6a749ace0d29b9aff3
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Thu Sep 21 22:52:26 2017 +0200

    tests: gpgmks: Reorder keys for Utf8 test
    
    We really want the receiver to have a secret key so that it can sign the
    key.  Hence we let it load the secret key.

 tests/test_gpgmks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test_gpgmks.py b/tests/test_gpgmks.py
index 6e3f992..3bcd752 100644
--- a/tests/test_gpgmks.py
+++ b/tests/test_gpgmks.py
@@ -312,5 +312,5 @@ class TestMultipleUID(TestSignAndEncrypt):
     RECEIVER_KEY = "seckey-2.asc"
 
 class TestUtf8(TestSignAndEncrypt):
-    SENDER_KEY = "seckey-utf8.asc"
-    RECEIVER_KEY = "pubkey-utf8.asc"
+    SENDER_KEY = "pubkey-utf8.asc"
+    RECEIVER_KEY = "seckey-utf8.asc"


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