diff options
author | rekado <rekado@elephly.net> | 2014-12-16 08:45:23 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-12-16 08:45:23 +0100 |
commit | 399c7d3a43ae67b72dc641624aa88979daa66a3d (patch) | |
tree | 1f5c661d2e766e3970c7ec7cc003d5e9f6a02853 /spec | |
parent | 6dca23f946aa83ee2e7b1671dfa3650257aab907 (diff) |
move and remove test placeholders
Diffstat (limited to 'spec')
-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 |