diff options
-rw-r--r-- | spec/xmpp.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/xmpp.scm b/spec/xmpp.scm index 8a945d1..a5f5ed8 100644 --- a/spec/xmpp.scm +++ b/spec/xmpp.scm @@ -38,6 +38,8 @@ (setup 'presence2 (presence "body" #:id "1234")) (setup 'presence3 (presence "body" #:id "1234" #:from "romeo@capulet.it")))) +;; TODO +(suite "register-temp-stanza-handler-for-id" (tests)) (suite "register-stanza-handler" (tests @@ -71,7 +73,6 @@ ;; always reset the internal state after each test (teardown e (set! (@@ (gnubba xmpp) *stanza-handlers*) '())))) - (suite "try-stanza-handlers" (tests (test "a handler registered without a guard or #t is executed for any stanza" e @@ -135,8 +136,6 @@ ;; TODO (suite "next-stanza-id!" (tests)) (suite "handle-stanza" (tests)) -(suite "register-temp-stanza-handler-for-id" (tests)) -(suite "register-stanza-handler" (tests)) (suite "run-handler-loop" (tests |