Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 2e7c5d0

Browse files
rhaschkeclalancette
authored andcommitted
unit test: add missing link name (#26)
1 parent f312210 commit 2e7c5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urdf/test/test_model_parser_initxml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#include "urdf/model.h"
3838

3939
static const std::string good_robot{"<robot name=\"myrobot\">"
40-
" <link>"
40+
" <link name=\"dummy\">"
4141
" </link>"
4242
"</robot>"};
4343

0 commit comments

Comments
 (0)