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
495 B
Plaintext
Executable File
23 lines
495 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC446"
|
|
puts "OCC447"
|
|
puts "(case 2)"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## As result I have fail on shape that it is not closed.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC446b.brep] result
|
|
|
|
set che [checkshape result]
|
|
if { [regexp {Faulty} $che ] == 1} {
|
|
puts "Faulty OCC446 (case 2): Source shape is NotClosed"
|
|
} else {
|
|
puts "OCC446 OK (case 2): Source shape is Closed"
|
|
}
|
|
set square 24272.8
|
|
set 2dviewer 0
|
|
|