1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_1/buc60898
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

27 lines
577 B
Plaintext
Executable File

puts "TODO OCC12345 ALL: Faulty BUC60898: here is reading problem"
puts "==========="
puts " BUC60898"
puts "==========="
puts ""
pload XDE
if [catch { igesbrep [locate_data_file $filedir/buc60898.igs] a *} result] {
## rename to BUC60898.igs
puts "Faulty BUC60898: here is reading problem"
} else {
puts "BUC60898 OK"
tpcompound a
if [catch {sewing result 1e-7 a } catch_result] {
puts "Faulty BUC60898: function SEWING gives except"
} else {
puts " BUC60898 OK: function SEWING works without except"
}
set square 0
set 2dviewer 0
}