1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_5/bug23891_3
pkv 973f1c39ac 0023891: Function fsameparameter throws an exception.
Added test cases bugs modalg_5/bug23891_1/bug23891_2/bug23891_3/bug23891_4
2013-04-15 18:22:32 +04:00

18 lines
483 B
Plaintext

puts "========================"
puts "OCC23891"
puts "========================"
puts ""
#################################################
# Function fsameparameter throws an exception
#################################################
restore [locate_data_file bug23891_fsp8] result
fit
if [catch {fsameparameter result} catch_result] {
puts "Faulty : function fsameparameter throws an exception"
} else {
puts "OK : function fsameparameter works properly"
}
set 2dviewer 0