mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
- 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
31 lines
1.0 KiB
Plaintext
Executable File
31 lines
1.0 KiB
Plaintext
Executable File
puts "================"
|
|
puts "OCC22428"
|
|
puts "================"
|
|
puts ""
|
|
##########################################################################################
|
|
# The shape is valid on Linux but non-valid on Windows. Appendix for SALOME PARTITION_S2
|
|
##########################################################################################
|
|
|
|
set BugNumber OCC22428
|
|
|
|
restore [locate_data_file bug22428_f1.brep] result
|
|
set info [ checkshape result ]
|
|
set word1 [string compare [lindex ${info} end] "valid"]
|
|
set word2 [string compare [lindex ${info} end-1] "be"]
|
|
set word3 [string compare [lindex ${info} end-2] "to"]
|
|
set word4 [string compare [lindex ${info} end-3] "seems"]
|
|
set word5 [string compare [lindex ${info} end-4] "shape"]
|
|
set word6 [string compare [lindex ${info} end-5] "This"]
|
|
|
|
# Resume
|
|
puts ""
|
|
if { ${word1} == 0 && ${word2} == 0 && ${word3} == 0 && ${word4} == 0 && ${word5} == 0 && ${word6} == 0} {
|
|
puts "OK ${BugNumber}"
|
|
} else {
|
|
puts "Faulty ${BugNumber}"
|
|
}
|
|
|
|
checkprops result -s 7837.39
|
|
set 3dviewer 0
|
|
|