hardware continues integration needs a high RPM high tooth count test case #1351
This commit is contained in:
parent
dc07094101
commit
3e5b8727ed
|
@ -76,7 +76,7 @@ public class AutoTest {
|
||||||
setEngineType(32);
|
setEngineType(32);
|
||||||
// TODO: we shall get this RPM higher!
|
// TODO: we shall get this RPM higher!
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
int rpm = 1200;
|
int rpm = 2000;
|
||||||
changeRpm(rpm);
|
changeRpm(rpm);
|
||||||
assertRpmDoesNotJump(rpm);
|
assertRpmDoesNotJump(rpm);
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@ public class AutoTest {
|
||||||
setEngineType(40);
|
setEngineType(40);
|
||||||
// TODO: we shall get this RPM higher!
|
// TODO: we shall get this RPM higher!
|
||||||
// first let's get to expected RPM
|
// first let's get to expected RPM
|
||||||
int rpm = 4000;
|
int rpm = 2100;
|
||||||
changeRpm(rpm);
|
changeRpm(rpm);
|
||||||
assertRpmDoesNotJump(rpm);
|
assertRpmDoesNotJump(rpm);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue