auto-sync

This commit is contained in:
rusEfi 2016-01-14 08:01:26 -05:00
parent 02344e5c76
commit 3716a2a60f
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ public class AutoTest {
x = 127.92;
assertWave(msg, chart, EngineChart.SPARK_1, 0.13333333333333333, x, x + 180, x + 360, x + 540);
x = 0;
assertWaveFall(msg, chart, EngineChart.INJECTOR_1, 0.036999999999999825, x + 180, x + 540);
assertWaveFall(msg, chart, EngineChart.INJECTOR_2, 0.036999999999999825, x, x + 360);
assertWaveFall(msg, chart, EngineChart.INJECTOR_1, 0.11666666666666667, x + 180, x + 540);
assertWaveFall(msg, chart, EngineChart.INJECTOR_2, 0.11666666666666667, x, x + 360);
}
private static void test1995DodgeNeon() {