Skip to content

Commit e4a357a

Browse files
committed
fix test
1 parent 8e7974c commit e4a357a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/inspector/test-brep.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ void check_model_a1( bool string )
312312

313313
const auto nb_topological_issues =
314314
launch_topological_validity_checks( result.topology, string );
315-
OPENGEODE_EXCEPTION( nb_topological_issues == 5184, "[Test] model_A1 has ",
316-
nb_topological_issues, " topological problems instead of 267." );
315+
OPENGEODE_EXCEPTION( nb_topological_issues == 5164, "[Test] model_A1 has ",
316+
nb_topological_issues, " topological problems instead of 5164." );
317317

318318
const auto nb_component_meshes_issues =
319319
launch_component_meshes_validity_checks( result.meshes, string );
@@ -334,9 +334,9 @@ void check_model_a1_valid( bool string )
334334

335335
const auto nb_topological_issues =
336336
launch_topological_validity_checks( result.topology, string );
337-
OPENGEODE_EXCEPTION( nb_topological_issues == 5184,
337+
OPENGEODE_EXCEPTION( nb_topological_issues == 5164,
338338
"[Test] model_A1_valid has ", nb_topological_issues,
339-
" topological problems instead of 267." );
339+
" topological problems instead of 5164." );
340340

341341
const auto nb_component_meshes_issues =
342342
launch_component_meshes_validity_checks( result.meshes, string );
@@ -379,7 +379,6 @@ void check_model_D( bool string )
379379
launch_topological_validity_checks( result.topology, string );
380380
OPENGEODE_EXCEPTION( nb_topological_issues == 0, "[Test] model_D has ",
381381
nb_topological_issues, " topological problems instead of 0." );
382-
383382
const auto nb_component_meshes_issues =
384383
launch_component_meshes_validity_checks( result.meshes, string );
385384
OPENGEODE_EXCEPTION( nb_component_meshes_issues == 0, "[Test] model_D has ",

0 commit comments

Comments
 (0)