auto-sync
This commit is contained in:
parent
c4a86f3d26
commit
58b3a8c4c5
|
@ -267,8 +267,8 @@ public class AutoTest {
|
||||||
|
|
||||||
IoUtil.changeRpm(600);
|
IoUtil.changeRpm(600);
|
||||||
chart = nextChart();
|
chart = nextChart();
|
||||||
x = 82;
|
x = 78;
|
||||||
assertWave("aspire default running ", chart, EngineChart.SPARK_1, 0.04, x, x + 180, x + 360, x + 540);
|
assertWave(true, "aspire default running ", chart, EngineChart.SPARK_1, 0.04, 0.1, 0.1, x, x + 180, x + 360, x + 540);
|
||||||
|
|
||||||
IoUtil.changeRpm(200);
|
IoUtil.changeRpm(200);
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@ public class AutoTest {
|
||||||
|
|
||||||
boolean failed = false;
|
boolean failed = false;
|
||||||
try {
|
try {
|
||||||
IoUtil.launchSimulator(false);
|
IoUtil.launchSimulator(true);
|
||||||
mainTestBody();
|
mainTestBody();
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in New Issue