Skip to content

Commit

Permalink
update sdf version
Browse files Browse the repository at this point in the history
Signed-off-by: Dharini Dutia <[email protected]>
  • Loading branch information
quarkytale authored and azeey committed Mar 26, 2024
1 parent 9096253 commit 922eea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/integration/material.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MaterialTest : public InternalFixture<::testing::Test>
TEST_F(MaterialTest, SolidColor)
{
const std::string modelSdf = R"sdf(
<sdf version="1.11">
<sdf version="1.10">
<model name="material_shapes">
<pose>0 0 0.5 0 0 0</pose>
<link name="box">
Expand Down Expand Up @@ -157,7 +157,7 @@ TEST_F(MaterialTest, SolidColor)
TEST_F(MaterialTest, OtherColor)
{
const std::string modelSdf = R"sdf(
<sdf version="1.11">
<sdf version="1.10">
<model name="material_shapes">
<pose>0 0 0.5 0 0 0</pose>
<link name="box">
Expand Down Expand Up @@ -205,7 +205,7 @@ TEST_F(MaterialTest, OtherColor)
TEST_F(MaterialTest, CustomScript)
{
const std::string modelSdf = R"sdf(
<sdf version="1.11">
<sdf version="1.10">
<model name="material_shapes">
<pose>0 0 0.5 0 0 0</pose>
<link name="box">
Expand Down Expand Up @@ -253,7 +253,7 @@ TEST_F(MaterialTest, CustomScript)
TEST_F(MaterialTest, InvalidColor)
{
const std::string modelSdf = R"sdf(
<sdf version="1.11">
<sdf version="1.10">
<model name="material_shapes">
<pose>0 0 0.5 0 0 0</pose>
<link name="box">
Expand Down

0 comments on commit 922eea7

Please sign in to comment.