Correction of testing case for issue 24374
[occt.git] / tests / bugs / moddata_1 / buc60968
CommitLineData
0e94a94e 1
2puts "========================"
3puts "BUC60968"
4puts "========================"
5
6restore [locate_data_file buc60968-c.draw] c
7restore [locate_data_file buc60968-s1.draw] s1
8
9set che [extrema c s1]
10set err [llength $che]
11if { $err == 0} {
12 puts "Error : command extrema does NOT work properly"
13}
14
15
16