Adjusting testing cases
[occt.git] / tests / bugs / moddata / bug60965
1
2 puts "========================"
3 puts "BUC60965"
4 puts "========================"
5
6 restore [locate_data_file buc60965-c.draw] c 
7 restore [locate_data_file buc60965-s.draw] s
8
9 project result c s
10
11 regexp {The+ length+ result+ is +([-0-9.+eE]+)} [length result] full len
12 set y [expr 3.e5+int(1.e5*($len-round($len)))]
13
14 if { $y != 314196.0 } {
15    puts "Results is incorrect"
16 }
17
18 set 2dviewer 0
19
20
21
22
23
24