0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / fclasses / buc60727
CommitLineData
a87752f3 1puts "============="
2puts "BUC60727"
3puts "============="
4
5pload QAcommands
6
7set start [BUC60727]
8set n [llength $start]
9set end [lindex $start [expr $n-1]]
10
11if { $end != 3} {
12 puts "Faulty : Incorrect converting of the unit"
13}
14