Эх сурвалжийг харах

Missing modbus_flush call in unit tests after a forced timeout

Stéphane Raimbault 14 жил өмнө
parent
commit
1191aa6097

+ 2 - 0
tests/unit-test-client.c

@@ -600,6 +600,8 @@ int main(int argc, char *argv[])
     /* Restore original timeout */
     modbus_set_timeout_begin(ctx, &timeout_begin_old);
 
+    modbus_flush(ctx);
+
     /** BAD RESPONSE **/
     printf("\nTEST BAD RESPONSE ERROR:\n");