From 6a2d18739f45da7dbda38bc440fd71f123e6f7c5 Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Fri, 12 Oct 2018 14:04:34 +0200 Subject: [PATCH] fix bugs in unittest --- src/Unittests/unittests_read_write_OM.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Unittests/unittests_read_write_OM.cc b/src/Unittests/unittests_read_write_OM.cc index 92aaeed6..c5f1726f 100644 --- a/src/Unittests/unittests_read_write_OM.cc +++ b/src/Unittests/unittests_read_write_OM.cc @@ -735,7 +735,7 @@ TEST_F(OpenMeshReadWriteOM, WriteSplitTriangleStatusProperties) { cmpMesh.request_halfedge_status(); cmpMesh.request_face_status(); - ok = OpenMesh::IO::read_mesh(cmpMesh,filename); + ok = OpenMesh::IO::read_mesh(cmpMesh,filename, options); EXPECT_TRUE(ok) << "Unable to read "<