1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
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
2013-02-08 15:16:15 +04:00

26 lines
596 B
Plaintext
Executable File

puts "TODO ?OCC12345 ALL: Faulty OCC956"
puts "========="
puts " OCC956 "
puts "(case 1)"
puts "========="
puts ""
###############################################
##possible regression in KAS:dev on checkshape. Fails on valid shape
###############################################
restore [locate_data_file OCC956_1.brep] result
decho off
set che [checkshape result]
decho on
if { [regexp {Faulty} $che] } {
puts "Faulty OCC956 (case 1): Checkshape says that the shape is incorrect, but it is not truth"
} else {
puts "OCC956 OK (case 1): Checkshape works properly"
}
set 2dviewer 0