Closed schwernbot closed 10 years ago
From: @schwern Date: Monday Nov 07, 2011 at 22:28 GMT Orig: https://github.com/Test-More/test-more/issues/183
Change Test::Builder->post_event() to set an event's context (see #182) upon posting.
Test::Builder->post_event()
Also check for TB->post_result().
TB->post_result()
From: @schwern Date: Wednesday Nov 09, 2011 at 04:27 GMT Orig: https://github.com/Test-More/test-more/issues/183#issuecomment-2677417
Nevermind, it's not necessary. #182 had a better solution.
From: @schwern Date: Monday Nov 07, 2011 at 22:28 GMT Orig: https://github.com/Test-More/test-more/issues/183
Change
Test::Builder->post_event()
to set an event's context (see #182) upon posting.Also check for
TB->post_result()
.