Modified TODOs in test cases bugs modalg_2 bug5805_* with number of issue #25925.
[occt.git] / tests / bugs / modalg_2 / bug530
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "======="
5puts "OCC530"
6puts "======="
7puts ""
8####################################
9## Draw hungs up during performing bfuse operation
10####################################
11
12cpulimit 3000
13
14restore [locate_data_file OCC530_1.brep] c1
15checkshape c1
16
17restore [locate_data_file OCC530_2.brep] c2
18checkshape c2
19
20if { [catch { bfuse result c1 c2 } catch_result] } {
21 puts "Faulty OCC530 : function BFUSE works wrongly"
22} else {
23 puts "OCC530 OK: function BFUSE works properly"
24}
25
26set square 0
27set 2dviewer 0
28
29