File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/api/controllers/robot_window_html Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ int main(int argc, char **argv) {
1616 while ((configure_message = wb_robot_wwi_receive_text ())) {
1717 if (strcmp (configure_message , "configure" ) == 0 ) {
1818 configured = true;
19- wb_robot_wwi_send_text ("test wwi functions from complete_test controller." );
19+ wb_robot_wwi_send_text ("test wwi functions from robot_window_html controller." );
2020 break ;
2121 } else
2222 ts_send_error_and_exit ("Wrong configure message received from the HTML robot-window: %s" , configure_message );
@@ -27,7 +27,7 @@ int main(int argc, char **argv) {
2727 wb_robot_step (TIME_STEP );
2828 const char * test_message ;
2929 while ((test_message = wb_robot_wwi_receive_text ())) {
30- if (strcmp (test_message , "Answer: test wwi functions from complete_test controller." ) == 0 ) {
30+ if (strcmp (test_message , "Answer: test wwi functions from robot_window_html controller." ) == 0 ) {
3131 received = true;
3232 break ;
3333 } else
You can’t perform that action at this time.
0 commit comments