docs & unit test refactoring

This commit is contained in:
rusefi 2019-01-12 22:24:29 -05:00
parent 85a4307d04
commit f70f9a0559
1 changed files with 4 additions and 3 deletions

View File

@ -1188,9 +1188,10 @@ TEST(big, testSparkReverseOrderBug319) {
eth.fireRise(20);
eth.executeActions();
eth.moveTimeForwardUs(100); // executing new signal too early
eth.firePrimaryTriggerFall();
/**
* here we throw scheduling logic off
*/
eth.fireFall(0.1); // executing new signal too early
eth.executeActions();
assertEqualsM("out-of-order #1", 1, enginePins.coils[3].outOfOrder);