0026742: Update test cases for using checknbshapes procedure instead of global variables
[occt.git] / tests / bugs / modalg_5 / bug25298_05
index aa09510..0c87fc8 100755 (executable)
@@ -19,16 +19,7 @@ if [catch { mkoffset resoffset a 1 10 i } ] {
 
   set length 403.249
 
-  set nb_v_good 4
-  set nb_e_good 4
-  set nb_w_good 1
-  set nb_f_good 0
-  set nb_sh_good 0
-  set nb_sol_good 0
-  set nb_compsol_good 0
-  set nb_compound_good 0
-  set nb_shape_good 9
-
+  checknbshapes result -vertex 4 -edge 4 -wire 1 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 0 -shape 9
   display result
   fit
 }