0024130: Implementing ray tracing visualization core
[occt.git] / tests / bugs / iges / buc60595_1
1 puts "=================="
2 puts "BUC60595"
3 puts "=================="
4 puts ""
5 ###################################################################
6 ## This one relates to the generation of floating point exceptions during the IGE to BRep translation.
7 ## See the notes in fw_fpe.READ. 
8 ###################################################################
9
10 set bug_var [ igesbrep [locate_data_file buc60595a.igs] a * ] 
11
12 tpcompound result
13
14 if { [ string match "*Uninspired signal*" $bug_var ] == 1 } {
15     puts "Error : TEST FAILED"
16 }
17
18 isos 0
19 isos result 15
20
21 puts "Previously here was message:  Uninspired signal 8"
22
23 set 2dviewer 0
24