mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
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
28 lines
712 B
Plaintext
Executable File
28 lines
712 B
Plaintext
Executable File
puts "==========="
|
|
puts "OCC22986"
|
|
puts "==========="
|
|
puts ""
|
|
#######################################################################
|
|
# Regression with OCCT652 on Windows. DRAWEXE craches during featprism
|
|
#######################################################################
|
|
|
|
set BugNumber OCC22986
|
|
|
|
#eval datadir ${CfeDir}/data/900
|
|
|
|
restore [locate_data_file CFE900_cts21gbs.rle] base
|
|
restore [locate_data_file cts21322_face.rle] wire
|
|
|
|
explode base face
|
|
copy base_6 fsketch
|
|
|
|
splitshape result fsketch fsketch wire
|
|
if { [llength [explode result f]] != 3 } {
|
|
puts "Faulty ${BugNumber} : The result of splitshape command is incorrect."
|
|
} else {
|
|
puts "${BugNumber} OK"
|
|
}
|
|
|
|
set square 414
|
|
set 3dviewer 0
|