Commit dea51e1c127826b628fcac447614d1f9a0a35133

Authored by Stéphane Raimbault
1 parent d8f25477

Fix step numbers in unit tests

Showing 1 changed file with 2 additions and 2 deletions
tests/unit-test-master.c
... ... @@ -454,7 +454,7 @@ int main(void)
454 454 UT_HOLDING_REGISTERS_ADDRESS+1,
455 455 UT_HOLDING_REGISTERS_NB_POINTS,
456 456 tab_rp_registers);
457   - printf("1/2 No reply from slave %d: ", 18);
  457 + printf("1/3 No reply from slave %d: ", 18);
458 458 if (rc == -1 && errno == ETIMEDOUT) {
459 459 printf("OK\n");
460 460 } else {
... ... @@ -466,7 +466,7 @@ int main(void)
466 466 UT_HOLDING_REGISTERS_ADDRESS,
467 467 UT_HOLDING_REGISTERS_NB_POINTS,
468 468 tab_rp_registers);
469   - printf("2/2 Reply after a broadcast query: ");
  469 + printf("2/3 Reply after a broadcast query: ");
470 470 if (rc == UT_HOLDING_REGISTERS_NB_POINTS) {
471 471 printf("OK\n");
472 472 } else {
... ...