0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug30880_1
CommitLineData
ba165db3 1puts "========"
2puts "0030880: Bug in BRepExtrema_ExtCF"
3puts "========"
4puts ""
5
6pload QAcommands
7
8restore [locate_data_file bug30880_edge.brep] e
9restore [locate_data_file bug30880_face.brep] f
10
11if {![regexp "No solutions" [OCC30880 e f]]} {
12 puts "Error: Incorrect extrema solutions"
13}