1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/moddata_1/bug22554_4
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

21 lines
389 B
Plaintext
Executable File

puts "============"
puts "OCC22554"
puts "============"
puts ""
#######################################################################
# Application hangs on selection
#######################################################################
set BugNumber OCC22554
vinit
vpoint p1 0 0 0
vpoint p2 50 0 0
vsegment segment p1 p2
verase p1 p2
vfit
puts "OK ${BugNumber}"
set only_screen 1