0031517: Data Exchange - wrong result of ShapeTool::UpdateAssemblies()
[occt.git] / tests / bugs / xde / bug816_1
1 puts "======="
2 puts "OCC816"
3 puts "======="
4 puts ""
5 ########################################################
6 ## Fail occur during reading iges file that stored in brep mode. It is happens on
7 ## torus-apple and torus-lemon files (standard files in DE xloop nonregression test).
8 ########################################################
9
10 set file ${imagedir}/OCC816.stp
11
12 restore [locate_data_file OCC816-apple.rle] result
13
14 if [ catch { brepiges result $file } res ] {
15    puts "Faulty OCC816 : brepiges not complite"
16 }
17
18 if [ catch { igesbrep $file a *} res ] {
19    puts "Faulty OCC816 : igesbrep not complite"
20 }
21
22 checkview -display result -2d -path ${imagedir}/${test_image}.png
23
24