mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
28 lines
509 B
Plaintext
Executable File
28 lines
509 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "================"
|
|
puts "OCC405"
|
|
puts "OCC435"
|
|
puts "SAM1296"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC395-1.brep] e1
|
|
restore [locate_data_file OCC405-2.brep] e2
|
|
|
|
checkshape e1
|
|
checkshape e2
|
|
|
|
OCC405 result e1 e2
|
|
|
|
regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full num
|
|
|
|
if { $num == 2 } {
|
|
puts "OCC405 OK : Result shape is CORRECT !!! "
|
|
} else {
|
|
puts " Faulty OCC405: Result shape is INcorrect !!! "
|
|
}
|
|
|
|
set length 17.5348
|
|
set 2dviewer 0
|