gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 06/16: tests/cadet: Run all the standard tests.


From: gnunet
Subject: [gnunet-scheme] 06/16: tests/cadet: Run all the standard tests.
Date: Wed, 27 Jul 2022 00:21:16 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 439fe1090ad999b2754eb847e47ac459018fbb00
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Jul 23 22:14:01 2022 +0200

    tests/cadet: Run all the standard tests.
    
    * tests/cadet.scm
      ("(CADET) notify disconnected after end-of-file, after 'connected'"): New 
test.
      ("(CADET) reconnects"): Likewise, but skip for now as it's not
      implemented yet.
---
 tests/cadet.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/cadet.scm b/tests/cadet.scm
index f4cd279..10e0caf 100644
--- a/tests/cadet.scm
+++ b/tests/cadet.scm
@@ -41,6 +41,13 @@
 (test-assert "(CADET) garbage collectable" ; TOO: error unbound variable 
(320:7 stub)
   (garbage-collectable "cadet" connect))
 
+(test-assert "(CADET) notify disconnected after end-of-file, after 'connected'"
+            (disconnect-after-eof-after-connected "cadet" connect))
+
+(test-skip 1) ; TODO: handle resend-old-operations!
+(test-assert "(CADET) reconnects"
+            (reconnects "cadet" connect))
+
 (define %peer-identity
   (bv-slice/read-write (u8-list->bytevector (iota (sizeof /peer-identity 
'())))))
 (define %port

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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