Restoring test cases removed by last commit.
[occt.git] / tests / bugs / moddata / bug378
... / ...
CommitLineData
1puts "========================"
2puts "BUC61058"
3puts " OCC378 "
4puts "========================"
5puts ""
6########################################################################
7##Regression on KAS:dev:ros. Draw hangs after try to load 6381.brep shape to 3D Viewer. Case : cgg/004/S2
8########################################################################
9
10restore [locate_data_file OCC378.brep] result
11
12tclean result
13vinit
14
15if [catch {vdisplay result } catch_result] {
16 puts "Faulty OCC378: function VDISPLAY works wrongly"
17} else {
18 puts " OCC378 OK : function VDISPLAY works properly"
19}
20
21set 3dviewer 1
22
23