Skip to content

Commit

Permalink
Address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Sep 14, 2021
1 parent db65687 commit e7dc8be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/includes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,6 @@ TEST(IncludesTest, InvalidMergeInclude)
EXPECT_EQ(0u, errors[0].Message().find("Unable to read file"));
EXPECT_EQ(5, *errors[0].LineNumber());
EXPECT_TRUE(buffer.str().find("Error parsing XML in file") !=
std::string::npos);
std::string::npos) << buffer.str();
}
}
2 changes: 1 addition & 1 deletion test/integration/model/merge_robot/model.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<model>
<name>robot</name>
<sdf version="1.7">model.sdf</sdf>
<sdf version="1.9">model.sdf</sdf>
</model>
2 changes: 1 addition & 1 deletion test/integration/model/merge_robot/model.sdf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' ?>
<sdf version='1.7' xmlns:custom="http://example.org/schema">
<sdf version='1.9' xmlns:custom="http://example.org/schema">
<model name='vehicle' canonical_link='top'>
<pose>0 0 0.325 0 -0 0</pose>

Expand Down

0 comments on commit e7dc8be

Please sign in to comment.