docs & unit test refactoring
This commit is contained in:
parent
85a4307d04
commit
f70f9a0559
|
@ -1188,9 +1188,10 @@ TEST(big, testSparkReverseOrderBug319) {
|
||||||
eth.fireRise(20);
|
eth.fireRise(20);
|
||||||
eth.executeActions();
|
eth.executeActions();
|
||||||
|
|
||||||
|
/**
|
||||||
eth.moveTimeForwardUs(100); // executing new signal too early
|
* here we throw scheduling logic off
|
||||||
eth.firePrimaryTriggerFall();
|
*/
|
||||||
|
eth.fireFall(0.1); // executing new signal too early
|
||||||
eth.executeActions();
|
eth.executeActions();
|
||||||
|
|
||||||
assertEqualsM("out-of-order #1", 1, enginePins.coils[3].outOfOrder);
|
assertEqualsM("out-of-order #1", 1, enginePins.coils[3].outOfOrder);
|
||||||
|
|
Loading…
Reference in New Issue