bb5f1e5b9ef434affe62aa17d5d670d8c2afa8b7
[occt.git] / tests / bugs / moddata_3 / bug25693_1
1 puts "============"
2 puts "OCC25693"
3 puts "============"
4 puts ""
5 ###############################
6 ## Wire of BSplines fails bopcheck
7 ###############################
8
9 restore [locate_data_file bug25693_path3035.brep] result
10
11 set bug_info [string trim [bopcheck result]]
12 if {$bug_info != "This shape seems to be OK."} {
13     puts "Error : Wire of BSplines fails bopcheck"
14 }
15
16 checkview -display result -2d -path ${imagedir}/${test_image}-2d.png