0030315: Data Exchange - Crash reading views during STEP import.
[occt.git] / tests / bugs / modalg_7 / bug30202_2
1 puts "========"
2 puts "0030202: IntPatch_WLineTool::JoinWLines array out of bounds"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug30202_src.brep] b1
7 restore [locate_data_file bug30202_tool.brep] b2
8
9 explode b1 f
10 explode b2 f
11
12 if {![regexp "no 3d curves\n has no 3d points" [bopcurves b1_5 b2_7 -2d]]} {
13   puts "Error: Expected intersection result is empty"
14 }