Correction of unstable testing cases
[occt.git] / tests / bugs / modalg_1 / buc60703_1
CommitLineData
24261684 1#puts "TODO OCC12345 ALL: An exception was caught"
2#puts "TODO OCC12345 ALL: Exception"
3#puts "TODO OCC12345 ALL: Faulty BUC60703: here is problem with FUSE operation"
a87752f3 4
5puts "========================"
6puts "BUC60703"
7puts "================================="
8puts "Action with models with VERY BIG tolerance"
9puts "================================="
10##########################################
11## Crash during a fuse whilst two plans are tangent.
12## ( Case has LIMITATION status currently )
13##########################################
14
15#cpulimit 9000
16
17restore [locate_data_file buc60703a.brep] a
18# maxtolerance a
352ffd73 19checkshape a
a87752f3 20restore [locate_data_file buc60703b.brep] b
21# maxtolerance b
352ffd73 22checkshape b
a87752f3 23
24if [catch {bfuse result a b } catch_result] {
25 puts "Faulty BUC60703: here is problem with FUSE operation"
26} else {
27 puts "OK OCC348: function FUSE works ok"
28 if [catch {checkshape result } catch_result] {
29 puts "Faulty BUC60703 : here is checking problem."
30 } else {
31 puts "BUC60703 OK"
32 }
33 # maxtolerance res
24261684 34 set square 237.333
355c1551 35 set 2dviewer 0
a87752f3 36}
37