Commit 2eae661
committed
Tests: assert stopping state reports the actual manager failure
When the history manager throws, the adapter emits both an ErrorMessage and a Stopping emulation state
carrying that same exception, stamped with the stop date. Assert the stopping state error is the actual
InvalidOperationException the manager raised rather than a generic OperationCanceledException, and rename
the generator forwarding test to match what it verifies - a manager-yielded tick is forwarded.1 parent fc1acc7 commit 2eae661
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
607 | 610 | | |
608 | 611 | | |
609 | 612 | | |
| |||
701 | 704 | | |
702 | 705 | | |
703 | 706 | | |
704 | | - | |
| 707 | + | |
705 | 708 | | |
706 | 709 | | |
707 | 710 | | |
708 | 711 | | |
709 | | - | |
710 | 712 | | |
711 | | - | |
712 | | - | |
713 | 713 | | |
714 | | - | |
715 | 714 | | |
716 | 715 | | |
717 | 716 | | |
| |||
0 commit comments