test
(cherry picked from commit 8fc35d3b572f161f0cb57fe8844d7c3f9464309e)
This commit is contained in:
parent
fb5bfd5f10
commit
404a9408e5
|
@ -217,9 +217,9 @@ public class CommonFunctionalTest extends RusefiTestBase {
|
||||||
|
|
||||||
chart = nextChart();
|
chart = nextChart();
|
||||||
assertWaveNotNull(msg, chart, EngineChart.SPARK_1);
|
assertWaveNotNull(msg, chart, EngineChart.SPARK_1);
|
||||||
assertWaveNull(msg, chart, EngineChart.SPARK_2);
|
assertWaveNotNull(msg, chart, EngineChart.SPARK_2);
|
||||||
assertWaveNotNull(msg, chart, EngineChart.SPARK_3);
|
assertWaveNotNull(msg, chart, EngineChart.SPARK_3);
|
||||||
assertWaveNull(msg, chart, EngineChart.SPARK_4);
|
assertWaveNotNull(msg, chart, EngineChart.SPARK_4);
|
||||||
|
|
||||||
// todo: why is width precision so low here? is that because of loaded Windows with 1ms precision?
|
// todo: why is width precision so low here? is that because of loaded Windows with 1ms precision?
|
||||||
double widthRatio = 0.25;
|
double widthRatio = 0.25;
|
||||||
|
|
Loading…
Reference in New Issue