Skip to content

Commit 0e20a70

Browse files
lmontautjcarpent
authored andcommitted
test: removing ellipsoid-box from test for now
1 parent 1587437 commit 0e20a70

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/normal_and_nearest_points.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,6 @@ BOOST_AUTO_TEST_CASE(test_normal_and_nearest_points_mesh_ellipsoid) {
252252
test_normal_and_nearest_points(*o2.get(), *o1.get());
253253
}
254254

255-
BOOST_AUTO_TEST_CASE(test_normal_and_nearest_points_ellipsoid_box) {
256-
FCL_REAL r = 0.5;
257-
FCL_REAL rbox = 2 * r;
258-
shared_ptr<Ellipsoid> o1(new Ellipsoid(0.5 * r, 1.3 * r, 0.8 * r));
259-
shared_ptr<Box> o2(new Box(rbox, rbox, rbox));
260-
261-
test_normal_and_nearest_points(*o1.get(), *o2.get());
262-
test_normal_and_nearest_points(*o2.get(), *o1.get());
263-
}
264-
265255
BOOST_AUTO_TEST_CASE(test_normal_and_nearest_points_box_plane) {
266256
FCL_REAL rbox = 1;
267257
shared_ptr<Box> o1(new Box(rbox, rbox, rbox));

0 commit comments

Comments
 (0)