Skip to content

Commit

Permalink
Bump Fuel model version in test (#2190)
Browse files Browse the repository at this point in the history
The Fuel model being tested has been updated on the Fuel server tests
fail without this fix.

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Oct 3, 2023
1 parent 4d31281 commit 4f8fcda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SdfGenerator_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ TEST_F(ElementUpdateFixture, WorldWithModelsIncludedNotExpanded)
TEST_F(ElementUpdateFixture, WorldWithModelsIncludedWithInvalidUris)
{
const std::string goodUri =
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/2";
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/3";

// These are URIs that are potentially problematic.
const std::vector<std::string> fuelUris = {
// Thes following two URIs are valid, but have a trailing '/'
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/",
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/2/",
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/3/",
// Thes following two URIs are invalid, and will not be saved
"https://fuel.gazebosim.org/1.0/OpenRobotics/models/Backpack/"
"notInt",
Expand Down

0 comments on commit 4f8fcda

Please sign in to comment.