Added unittest for pointproperty access

This commit is contained in:
Jan Möbius
2021-02-15 14:46:54 +01:00
parent 5ea19a5247
commit 0bc24d587d

View File

@@ -56,7 +56,6 @@ TEST_F(OpenMeshDirectSettingProperties, SetVertexPositionsDirectly) {
} }
EXPECT_EQ(4u, mesh_.n_vertices() ) << "Wrong number of vertices"; EXPECT_EQ(4u, mesh_.n_vertices() ) << "Wrong number of vertices";
EXPECT_EQ(2u, mesh_.n_faces() ) << "Wrong number of faces";
EXPECT_EQ(4, vertex_count) << "Wrong number of vertices when counting direct point property vector"; EXPECT_EQ(4, vertex_count) << "Wrong number of vertices when counting direct point property vector";