gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 08/11: Correct typo: close-not-connected-no-fallbacks ->


From: gnunet
Subject: [gnunet-scheme] 08/11: Correct typo: close-not-connected-no-fallbacks -> close-not-connected-no-callbacks.
Date: Thu, 30 Jun 2022 00:49:28 +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 dd7f75c26c5e1c30f6b1754c51b7ca6fa33dd4cf
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jun 29 22:33:50 2022 +0000

    Correct typo: close-not-connected-no-fallbacks -> 
close-not-connected-no-callbacks.
    
    * doc/service-communication.tm: Adjust appropriately.
    * tests/cadet.scm: Likewise.
    * tests/distributed-hash-table.scm: Likewise
    * tests/network-size.scm: Likewise.
    * tests/utils.scm: Likewise.
---
 doc/service-communication.tm     | 4 ++--
 tests/cadet.scm                  | 2 +-
 tests/distributed-hash-table.scm | 2 +-
 tests/network-size.scm           | 2 +-
 tests/utils.scm                  | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/service-communication.tm b/doc/service-communication.tm
index dd75fd8..168fa82 100644
--- a/doc/service-communication.tm
+++ b/doc/service-communication.tm
@@ -394,7 +394,7 @@
   </explain>
 
   <\explain>
-    <scm|(close-not-connected-no-fallbacks <var|service> <var|connect>
+    <scm|(close-not-connected-no-callbacks <var|service> <var|connect>
     <var|disconnect!> #:rest)>
   <|explain>
     This tests the connection and disconnection callbacks. It verifies that
@@ -425,7 +425,7 @@
       (test-assert "(DHT) close, not connected --\<gtr\> all fibers stop, no
       callbacks called"
 
-      \ \ (close-not-connected-no-fallbacks "dht" connect disconnect!))
+      \ \ (close-not-connected-no-callbacks "dht" connect disconnect!))
 
       (test-assert "(DHT) garbage collectable"
 
diff --git a/tests/cadet.scm b/tests/cadet.scm
index 9eaae2c..5c50230 100644
--- a/tests/cadet.scm
+++ b/tests/cadet.scm
@@ -35,7 +35,7 @@
 
 (test-begin "CADET")
 (test-assert "(CADET) close, not connected --> all fibers stop, no callbacks 
called"
-  (close-not-connected-no-fallbacks "cadet" connect disconnect!))
+  (close-not-connected-no-callbacks "cadet" connect disconnect!))
 (test-assert "(CADET) garbage collectable"
   (garbage-collectable "cadet" connect))
 
diff --git a/tests/distributed-hash-table.scm b/tests/distributed-hash-table.scm
index 4de8a54..a7ed06c 100644
--- a/tests/distributed-hash-table.scm
+++ b/tests/distributed-hash-table.scm
@@ -659,7 +659,7 @@ supported.  When @var{explode} is signalled, the connection 
is closed."
      #true)))
 
 (test-assert "(DHT) close, not connected --> all fibers stop, no callbacks 
called"
-  (close-not-connected-no-fallbacks "dht" connect disconnect!))
+  (close-not-connected-no-callbacks "dht" connect disconnect!))
 (test-assert "(DHT) garbage collectable"
   (garbage-collectable "dht" connect))
 (test-assert "(DHT) notify disconnected after end-of-file, after 'connected'"
diff --git a/tests/network-size.scm b/tests/network-size.scm
index 82f485d..f06e4ca 100644
--- a/tests/network-size.scm
+++ b/tests/network-size.scm
@@ -248,7 +248,7 @@
        #t))))
 
 (test-assert "close, not connected --> all fibers stop, no callbacks called"
-  (close-not-connected-no-fallbacks
+  (close-not-connected-no-callbacks
    "nse" nse:connect nse:disconnect!
    #:rest (list #:disconnected #{don't-call-me}#)))
 
diff --git a/tests/utils.scm b/tests/utils.scm
index 020f79d..56258d6 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -39,7 +39,7 @@
                             call-with-absent-service
                             trivial-service-config
                             #{don't-call-me}#
-                            close-not-connected-no-fallbacks
+                            close-not-connected-no-callbacks
                             garbage-collectable
                             disconnect-after-eof-after-connected))
 
@@ -209,7 +209,7 @@ cannot be connected to."
 (define (#{don't-call-me}# . rest)
   (error "oops ~a" rest))
 
-(define* (close-not-connected-no-fallbacks service connect disconnect!
+(define* (close-not-connected-no-callbacks service connect disconnect!
                                           #:key (rest '()))
   "Try to connect to the @var{service} service in an environment where
 the service daemon is down.  Verify that the 'connected' and 'disconnected'

-- 
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]