unit tests improvement

This commit is contained in:
rusefi 2018-12-08 15:03:37 -05:00
parent 301c407497
commit aade11d993
1 changed files with 0 additions and 2 deletions

View File

@ -334,7 +334,6 @@ void testConsoleLogic(void) {
assertEquals(239, lastInteger);
print("\r\naddConsoleActionI 240 with two spaces\r\n");
addConsoleActionI("echoi", testEchoI);
strcpy(buffer, "echoi 240");
handleConsoleLine(buffer);
assertEquals(240, lastInteger);
@ -348,7 +347,6 @@ void testConsoleLogic(void) {
assertEquals(239, lastInteger2);
print("\r\naddConsoleActionII three spaces\r\n");
addConsoleActionII("echoii", testEchoII);
strcpy(buffer, "echoii 21 220");
handleConsoleLine(buffer);
assertEquals(21, lastInteger);