Skip to content

Commit

Permalink
test_common_io fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRAgostinho committed Jun 5, 2017
1 parent bebc90d commit bd4812b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/common/test_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,7 @@ TEST (PCL, concatenatePointCloud)
EXPECT_EQ (cloud_all[i].rgba, cloud_xyz_rgba[i].rgba);
}
for (int i = 0; i < int (cloud_xyz_rgb.size ()); ++i)
{
EXPECT_XYZ_EQ (cloud_all[cloud_xyz_rgba.size () + i], cloud_xyz_rgb[i]);
EXPECT_FLOAT_EQ (cloud_all[cloud_xyz_rgba.size () + i].r, 0);
EXPECT_FLOAT_EQ (cloud_all[cloud_xyz_rgba.size () + i].g, 0);
EXPECT_FLOAT_EQ (cloud_all[cloud_xyz_rgba.size () + i].b, 0);
EXPECT_EQ (cloud_all[cloud_xyz_rgba.size () + i].rgba, 0);
}

cloud1.fields[rgb_idx].name = "rgba";
// regular vs _
Expand Down

0 comments on commit bd4812b

Please sign in to comment.