mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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
23 lines
496 B
Plaintext
Executable File
23 lines
496 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC446"
|
|
puts "OCC447"
|
|
puts "(case 4)"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## As result I have fail on shape that it is not closed.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC446d.brep] result
|
|
|
|
set che [checkshape result]
|
|
if { [regexp {Faulty} $che ] == 1 } {
|
|
puts "Faulty OCC446 (case 4): Source shape is NotClosed"
|
|
} else {
|
|
puts "OCC446 OK (case 4): Source shape is Closed"
|
|
}
|
|
set square 629.347
|
|
set 2dviewer 0
|
|
|