Skip to content

Commit

Permalink
Fix test comment, use 1.8 in test files
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jun 27, 2020
1 parent 4fd00c7 commit 2554d5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ TEST(check, SDF)
std::string::npos) << output;
}

// Check an SDF file with a joint with an invalid child link.
// Check an SDF file with a joint that names itself as the child frame.
{
std::string path = pathBase +"/joint_invalid_self_child.sdf";

Expand All @@ -228,7 +228,7 @@ TEST(check, SDF)
std::string::npos) << output;
}

// Check an SDF file with a joint with an invalid parent link.
// Check an SDF file with a joint that names itself as the parent frame.
{
std::string path = pathBase +"/joint_invalid_self_parent.sdf";

Expand Down
2 changes: 1 addition & 1 deletion test/sdf/joint_invalid_self_child.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<sdf version="1.8">
<model name="joint_invalid_self_child">
<link name="link">
<pose>0 0 1 0 0 0</pose>
Expand Down
2 changes: 1 addition & 1 deletion test/sdf/joint_invalid_self_parent.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<sdf version="1.8">
<model name="joint_invalid_self_parent">
<link name="link">
<pose>0 0 1 0 0 0</pose>
Expand Down

0 comments on commit 2554d5e

Please sign in to comment.