0024881: Wrong status returned by ShapeFix_Wire::FixGaps3d () operation
[occt.git] / tests / bugs / heal / bug24881
1 puts "========"
2 puts "OCC24881"
3 puts "========"
4 puts ""
5 ##################################################################
6 # Wrong status returned by ShapeFix_Wire::FixGaps3d () operation
7 ##################################################################
8
9 pload QAcommands
10
11 box b 100 200 300
12
13 set bug_info [OCC24881 b]
14
15 if {[lindex $bug_info 0] != "Fix_FillGaps_NothingToDo"} {
16   puts "ERROR: OCC24881 is reproduced. Status is [lindex $bug_info 0]"
17 }