it's going to be painful
This commit is contained in:
parent
8f9c7e73ce
commit
1ff977f4f8
|
@ -47,7 +47,7 @@ public class VssHardwareLoopTest extends RusefiTestBase {
|
||||||
|
|
||||||
// todo: this command does not seem to work for whatever reasons :( cAsE? else?
|
// todo: this command does not seem to work for whatever reasons :( cAsE? else?
|
||||||
ecu.sendCommand("set " + "driveWheelRevPerKm" + " " + "500");
|
ecu.sendCommand("set " + "driveWheelRevPerKm" + " " + "500");
|
||||||
EcuTestHelper.assertSomewhatClose("VSS with input", 46, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
|
EcuTestHelper.assertSomewhatClose("VSS with input", 4.6, SensorCentral.getInstance().getValue(Sensor.vehicleSpeedKph));
|
||||||
|
|
||||||
// not related to VSS test, just need to validate this somewhere, so this random test is as good as any
|
// not related to VSS test, just need to validate this somewhere, so this random test is as good as any
|
||||||
if (ControllerConnectorState.firmwareVersion == null)
|
if (ControllerConnectorState.firmwareVersion == null)
|
||||||
|
|
Loading…
Reference in New Issue