Add note on registrar needs.

This commit is contained in:
Mike Thompson 2016-08-04 22:19:04 +10:00
parent 2c7812374d
commit 3ecfbcd41c
1 changed files with 11 additions and 0 deletions

View File

@ -103,6 +103,17 @@
(def console loggers/console)
;; -- Registrar
;; XXX
;; In testing you often need to store the current state of the registrar
;; and then reinstate it state, and then reinstate
;; that state at the end of the
;; then re-instate it.
;; So, in a testing scenario, you'd store the
;; current state, make changes and then put back the way it was.
;; OR should this be done with bindings ??
;; -- Event Procssing Callbacks
(defn add-post-event-callback