Skip to content

Commit

Permalink
Fix other comments in ign_TEST.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 2, 2020
1 parent 8f3d888 commit 37b196d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ign_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ TEST(check, SDF)
EXPECT_EQ("Valid.\n", output) << output;
}

// Check an SDF file with the world specified as a parent link.
// Check an SDF file with a frame specified as the joint child.
// This is a valid file.
{
std::string path = pathBase +"/joint_child_frame.sdf";
Expand All @@ -288,7 +288,7 @@ TEST(check, SDF)
EXPECT_EQ("Valid.\n", output) << output;
}

// Check an SDF file with the world specified as a parent link.
// Check an SDF file with a frame specified as the joint parent.
// This is a valid file.
{
std::string path = pathBase +"/joint_parent_frame.sdf";
Expand Down

0 comments on commit 37b196d

Please sign in to comment.