store status slightly better

This commit is contained in:
Max Lyon
2018-08-08 13:58:02 +02:00
parent bc2fe37aeb
commit c0fa8fcdb0
5 changed files with 72 additions and 7 deletions

View File

@@ -723,8 +723,8 @@ TEST_F(OpenMeshReadWriteOM, WriteSplitTriangleStatusProperties) {
}
// save
OpenMesh::IO::Options options;
bool ok = OpenMesh::IO::write_mesh(mesh,filename);
OpenMesh::IO::Options options = OpenMesh::IO::Options::Status;
bool ok = OpenMesh::IO::write_mesh(mesh,filename, options);
EXPECT_TRUE(ok) << "Unable to write "<<filename;
// load