More reminders for when I write the rest of the uiEventInvalidateSender() tests later.
This commit is contained in:
parent
6cf92b2058
commit
5260d5c90f
|
@ -844,6 +844,9 @@ static void eventInvalidateSenderImpl(testingT *t, void *data)
|
||||||
run(t, e, p, p->args,
|
run(t, e, p, p->args,
|
||||||
h, 4, 0);
|
h, 4, 0);
|
||||||
|
|
||||||
|
// TODO delete and then add a handler with sender1 and make sure this new one is fired
|
||||||
|
// TODO during sender2, do the same, but in the place of a handler with blocked set
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// TODOTODO
|
// TODOTODO
|
||||||
testingTLogf(t, "*** blocking one of sender 2's handlers only runs the other (initial state check)");
|
testingTLogf(t, "*** blocking one of sender 2's handlers only runs the other (initial state check)");
|
||||||
|
|
Loading…
Reference in New Issue