mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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
24 lines
616 B
Plaintext
Executable File
24 lines
616 B
Plaintext
Executable File
puts "========================"
|
|
puts "BUC61058"
|
|
puts " OCC378 "
|
|
puts "========================"
|
|
puts ""
|
|
########################################################################
|
|
##Regression on KAS:dev:ros. Draw hangs after try to load 6381.brep shape to 3D Viewer. Case : cgg/004/S2
|
|
########################################################################
|
|
|
|
restore [locate_data_file OCC378.brep] result
|
|
|
|
tclean result
|
|
vinit
|
|
|
|
if [catch {vdisplay result } catch_result] {
|
|
puts "Faulty OCC378: function VDISPLAY works wrongly"
|
|
} else {
|
|
puts " OCC378 OK : function VDISPLAY works properly"
|
|
}
|
|
|
|
set 3dviewer 1
|
|
|
|
|