Skip to content

Commit

Permalink
Merge branch 'sdf_error_parser' of github.com:gazebosim/sdformat into…
Browse files Browse the repository at this point in the history
… sdf_error_parser
  • Loading branch information
Marco A. Gutierrez committed Jun 27, 2023
2 parents 03b9864 + 7c7f630 commit ce20514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2453,6 +2453,7 @@ bool recursiveSameTypeUniqueNames(sdf::ElementPtr _elem, sdf::Errors &_errors)

return result;
}

//////////////////////////////////////////////////
bool recursiveSiblingUniqueNames(sdf::ElementPtr _elem)
{
Expand Down
2 changes: 1 addition & 1 deletion test/integration/includes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TEST(IncludesTest, Includes)

sdf::Root root;
sdf::Errors errors = root.Load(worldFile);
EXPECT_TRUE(errors.empty());
EXPECT_TRUE(errors.empty()) << errors;

ASSERT_NE(nullptr, root.Element());
EXPECT_EQ(worldFile, root.Element()->FilePath());
Expand Down

0 comments on commit ce20514

Please sign in to comment.