0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / moddata_2 / bug22910_1
1 puts "TODO OCC11111 ALL: An exception was caught"
2 puts "TODO OCC11111 ALL: \\*\\* Exception"
3 puts "TODO OCC11111 ALL: Faulty OCC22910"
4 puts "TODO OCC11111 ALL: Error: The command cannot be built"
5
6 puts "================"
7 puts "OCC22910"
8 puts "================"
9 puts ""
10 #######################################################################################
11 # Failure to compute iso-line for NURBS surface
12 ######################################################################################
13
14 set BugNumber OCC22910
15
16 catch { pload MODELING }
17
18 restore [locate_data_file s.rle] res
19 set exception_status [ catch { uiso u res 0.5 } ]
20
21 if { ${exception_status} == 0 } {
22    puts "OK ${BugNumber}"
23 } else {
24    puts "Faulty ${BugNumber}"
25 }
26
27 checkprops result -s 0
28 checkview -display result -3d -path ${imagedir}/${test_image}.png