This commit is contained in:
Max Lyon
2021-03-02 01:21:47 +01:00
parent f004b02505
commit 71e05a9f5f

View File

@@ -789,7 +789,7 @@ TEST_F(OpenMeshTutorials, storing_custom_properties) {
//Read back mesh //Read back mesh
ok = OpenMesh::IO::read_mesh( mesh, "persistence-check.om" ); ok = OpenMesh::IO::read_mesh( mesh, "persistence-check.om" );
EXPECT_TRUE(ok) << "Cannot read mesh from file 'persistent-check.om'"; EXPECT_TRUE(ok) << "Cannot read mesh from file 'persistence-check.om'";
// check props // check props
EXPECT_TRUE(fill_props(mesh, vprop_float, true)) << "property not filled correctly"; EXPECT_TRUE(fill_props(mesh, vprop_float, true)) << "property not filled correctly";