0023905: Clean obsolete test commands
[occt.git] / tests / bugs / moddata_1 / bug19777
1 puts "========"
2 puts "OCC19777"
3 puts "========"
4 puts ""
5 ######################################################
6 # FIP:Integration of new version of read/write VRML2.0 files 
7 ######################################################
8
9 set BugNumber OCC19777
10
11 set filepath [locate_data_file OCC19777.brep]
12 if [catch { restore $filepath result} catch_result] { 
13   puts "Error ${BugNumber}: there is reading problem"
14 } else {
15
16 set nb_v_good 0
17 set nb_e_good 0
18 set nb_w_good 0
19 set nb_f_good 1
20 set nb_sh_good 0
21 set nb_sol_good 0
22 set nb_compsol_good 0
23 set nb_compound_good 0
24 set nb_shape_good 1
25
26 }
27
28 set 2dviewer 0