1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/fclasses/buc60727
2012-12-07 16:29:17 +04:00

15 lines
232 B
Plaintext
Executable File

puts "============="
puts "BUC60727"
puts "============="
pload QAcommands
set start [BUC60727]
set n [llength $start]
set end [lindex $start [expr $n-1]]
if { $end != 3} {
puts "Faulty : Incorrect converting of the unit"
}