Skip to content

Commit bab4260

Browse files
Use joinPaths, image of gazebo logo
Signed-off-by: Luca Della Vedova <[email protected]>
1 parent 958f8c5 commit bab4260

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

graphics/src/AssimpLoader_TEST.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ TEST_F(AssimpLoader, LoadGlTF2BoxExternalTexture)
626626
{
627627
common::AssimpLoader loader;
628628
common::Mesh *mesh = loader.Load(
629-
common::testing::TestFile("data/gltf", "PurpleCube.gltf"));
629+
common::testing::TestFile("data", "gltf", "PurpleCube.gltf"));
630630

631631
EXPECT_STREQ("unknown", mesh->Name().c_str());
632632

test/data/gltf/PurpleCube_Diffuse.png

13.8 KB
Loading

0 commit comments

Comments
 (0)