Skip to content

Commit befc848

Browse files
committed
Enable test in macOS now that the Ogre2DepthCamera bug is fixed
Signed-off-by: Matias N. Goldberg <[email protected]>
1 parent 304265e commit befc848

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/integration/depth_camera.cc

-6
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,7 @@ TEST_F(DepthCameraTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(DepthCameraBoxes))
237237
unsigned int ma = *mrgba >> 0 & 0xFF;
238238
EXPECT_EQ(0u, mr);
239239
EXPECT_EQ(0u, mg);
240-
#ifndef __APPLE__
241-
// https://github.com/gazebosim/gz-rendering/issues/332
242240
EXPECT_GT(mb, 0u);
243-
#endif
244241

245242
// Far left and right points should be red (background color)
246243
float lc = pointCloudData[pcLeft + 3];
@@ -442,11 +439,8 @@ TEST_F(DepthCameraTest, GZ_UTILS_TEST_DISABLED_ON_WIN32(DepthCameraBoxes))
442439
unsigned int a = *rgba >> 0 & 0xFF;
443440
EXPECT_EQ(0u, r);
444441
EXPECT_EQ(0u, g);
445-
#ifndef __APPLE__
446-
// https://github.com/gazebosim/gz-rendering/issues/332
447442
EXPECT_GT(b, 0u);
448443
EXPECT_EQ(255u, a);
449-
#endif
450444
}
451445
}
452446
}

0 commit comments

Comments
 (0)