diff --git a/tests/vault/gear/activity-detector-test.cpp b/tests/vault/gear/activity-detector-test.cpp index 7ee3b0ed7..0d64687cd 100644 --- a/tests/vault/gear/activity-detector-test.cpp +++ b/tests/vault/gear/activity-detector-test.cpp @@ -296,7 +296,7 @@ namespace test { /** @test inject (prepend) an ActivationTap into existing wiring - * @todo WIP 8/23 ✔ define 🔁 implement + * @todo WIP 8/23 ✔ define ✔ implement */ void insert_ActivationTap() @@ -337,11 +337,24 @@ namespace test { /** @test TODO diagnostic setup to watch Activity::GATE activation - * @todo WIP 7/23 ⟶ define ⟶ implement + * @todo WIP 7/23 🔁 define ⟶ implement */ void watch_gate() { + ActivityDetector detector; + + Activity gate{0}; + Activity followUp; + gate.next = &followUp; + + Activity* wiring = &gate; + detector.watchGate (wiring); + + Time tt{5,5}; + wiring->activate(tt, detector.executionCtx); + + cout< - - + + - - + + + + + @@ -82298,6 +82301,13 @@ Date:   Thu Apr 20 18:53:17 2023 +0200
+ + + + + + +