mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0021246: checkshape command does not return faulty shapes.
Adding testing case
This commit is contained in:
parent
5146b5baa3
commit
2cc873e2a2
26
tests/bugs/modalg_6/bug21246
Normal file
26
tests/bugs/modalg_6/bug21246
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
puts "REQUIRED ALL: Faulty shapes in variables faulty_1 to faulty_1"
|
||||||
|
|
||||||
|
puts "========"
|
||||||
|
puts "OCC21246"
|
||||||
|
puts "========"
|
||||||
|
puts "Checkshape command does not return faulty shapes."
|
||||||
|
puts "========"
|
||||||
|
|
||||||
|
#########################################################
|
||||||
|
## Command "checkshape" "gives" exception during attempt to check attached shape.
|
||||||
|
#########################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug21246.brep] result
|
||||||
|
|
||||||
|
set info [checkshape result]
|
||||||
|
|
||||||
|
if { [regexp "Faulty shapes in variables faulty_1 to faulty_2" ${info}] != 1 } {
|
||||||
|
|
||||||
|
puts "OK : Good result of checkshape"
|
||||||
|
|
||||||
|
} elseif { [regexp "Problems are not detected" $info] == 1 } {
|
||||||
|
|
||||||
|
puts "Error : Wrong result of checkshape"
|
||||||
|
|
||||||
|
}
|
||||||
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
Loading…
x
Reference in New Issue
Block a user