1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_2/bug22986
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

29 lines
792 B
Plaintext
Executable File

puts "==========="
puts "OCC22986"
puts "==========="
puts ""
#######################################################################
# Regression with OCCT652 on Windows. DRAWEXE crashes 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"
}
checkprops result -s 414
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png