@@ -235,8 +235,8 @@ def check_a1_vertices_topology():
235235    else :
236236        print ( "model_A1 topology is invalid."  )
237237    nb_model_issues  =  launch_topological_validity_checks ( brep_inspector  )
238-     if  nb_model_issues  !=  1254 :
239-         raise  ValueError ( "[Test] model model_A1 should have 1254  unique vertices with topological problems."  )
238+     if  nb_model_issues  !=  1998 :
239+         raise  ValueError ( "[Test] model model_A1 should have 1998  unique vertices with topological problems."  )
240240    nb_component_meshes_issues  =  launch_component_meshes_validity_checks ( brep_inspector  )
241241    if  nb_component_meshes_issues  !=  0 :
242242        raise  ValueError ( "[Test] model model_A1 should have 0 component meshes issues."  )
@@ -251,8 +251,8 @@ def check_a1_valid_vertices_topology():
251251    else :
252252        print ( "model_A1_valid topology is invalid."  )
253253    nb_model_issues  =  launch_topological_validity_checks ( brep_inspector  )
254-     if  nb_model_issues  !=  1254 :
255-         raise  ValueError ( "[Test] model model_A1_valid should have 1254  unique vertices with topological problems."  )
254+     if  nb_model_issues  !=  1998 :
255+         raise  ValueError ( "[Test] model model_A1_valid should have 1998  unique vertices with topological problems."  )
256256    nb_component_meshes_issues  =  launch_component_meshes_validity_checks ( brep_inspector  )
257257    if  nb_component_meshes_issues  !=  0 :
258258        raise  ValueError ( "[Test] model model_A1_valid should have 0 component meshes issues."  )
@@ -270,8 +270,8 @@ def check_mss_vertices_topology():
270270    if  nb_model_issues  !=  17 :
271271        raise  ValueError ( "[Test] model mss.og_strm should have 17 unique vertices with topological problems."  )
272272    nb_component_meshes_issues  =  launch_component_meshes_validity_checks ( brep_inspector  )
273-     if  nb_component_meshes_issues  !=  148 :
274-         raise  ValueError ( "[Test] model mss should have 148  component meshes issues."  )
273+     if  nb_component_meshes_issues  !=  0 :
274+         raise  ValueError ( "[Test] model mss should have no  component meshes issues."  )
275275
276276def  check_model_D_vertices_topology ():
277277    test_dir  =  os .path .dirname (__file__ )
@@ -286,8 +286,8 @@ def check_model_D_vertices_topology():
286286    if  nb_model_issues  !=  0 :
287287        raise  ValueError ( "[Test] model model_D.og_brep should have 0 unique vertices with topological problems."  )
288288    nb_component_meshes_issues  =  launch_component_meshes_validity_checks ( brep_inspector  )
289-     if  nb_component_meshes_issues  !=  2 :
290-         raise  ValueError ( "[Test] model_D should have 2  component meshes issues."  )
289+     if  nb_component_meshes_issues  !=  0 :
290+         raise  ValueError ( "[Test] model_D should have no  component meshes issues."  )
291291
292292if  __name__  ==  '__main__' :
293293    check_a1_vertices_topology ()
0 commit comments