1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

37 lines
928 B
Plaintext
Executable File

puts "========="
puts " OCC943 "
puts "(case 1)"
puts "========="
puts ""
#####################################################
## The regression is intersecting pcurves of face, They are added by fixshape.
## (To see this you can try fixshape dF.rle from attachment. But please note, that
## checkshape on result of fixshape sometimes fails and sometimes not. It is
## instability!)
######################################################
restore [locate_data_file OCC943_1.brep] result
decho off
set err [checkshape result]
decho on
set j 1
repeat 25 {
restore [locate_data_file OCC943_1.brep] result
decho off
set err1 [checkshape result]
decho on
if { $err != $err1 } {
puts [format " Faulty OCC943 (case 1): function CHECKSHAPE works wrongly on %s time" $j]
break
} else {
puts [format " OCC943 (case 1) OK: function CHECKSHAPE works properly %s time" $j]
}
incr j
}
set 2dviewer 0