emacs-diffs
[Top][All Lists]
Advanced

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

master 34229d3: Tweak mml-sec test that sometimes fails


From: Lars Ingebrigtsen
Subject: master 34229d3: Tweak mml-sec test that sometimes fails
Date: Tue, 4 Aug 2020 13:47:13 -0400 (EDT)

branch: master
commit 34229d3915f3205324eeab1ade37bb5eccc468b1
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak mml-sec test that sometimes fails
    
    * test/lisp/gnus/mml-sec-tests.el
    (mml-first-secure-en-decrypt-sign-1): mml-secure-en-decrypt-sign-1
    fail sometimes, on some machines, unless it's the first test.  I'm
    guessing there's a race condition somewhere in the test, but put
    it first now to avoid build reports.
---
 test/lisp/gnus/mml-sec-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el
index 28be3b9..50bb6e6 100644
--- a/test/lisp/gnus/mml-sec-tests.el
+++ b/test/lisp/gnus/mml-sec-tests.el
@@ -606,7 +606,7 @@ In this test, encrypt-to-self variables are set to lists."
        (list (cons "C3999CF1268DBEA2" "EF25402B479DC6E2")
             (cons "F7E79AB7AE31D471" "4035D59B5F88E9FC"))))))
 
-(ert-deftest mml-secure-en-decrypt-sign-1 ()
+(ert-deftest mml-first-secure-en-decrypt-sign-1 ()
   "Sign and encrypt message; then decrypt and test for expected result.
 In this test, just multiple encryption and signing keys may be available."
   (mml-secure-test-key-fixture



reply via email to

[Prev in Thread] Current Thread [Next in Thread]