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