1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-05 11:24:17 +03:00
occt/tests/bugs/modalg_2/bug22986
ski 58cf74e0c0 0025945: Make stable checking of shape global properties in tests
- Added function checkprops, set default tolerance parameter to 1.0e-4
- Using "area" instead of "square".
- Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases.
- Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1)
- Corrected test cases to use checkprops proc.
- Correct image difference
- Updated TODOs in test cases.
- Updated test cases to get correct images of result shape
2015-12-10 16:56:03 +03:00

29 lines
741 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"
}
checkprops result -s 414
checkshape result
set 3dviewer 0