1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski c2a0f4819b 0023382: Integration of test grid "did" into the new testing system
Integration of test grid "did" ( heal tests ) into the new testing system
2012-08-20 13:26:43 +04:00

12 lines
246 B
Plaintext

puts [DT_ShapeDivide result a]
set d [statshape result]
puts $d
set c0curv 0
set rx [regexp "(\[0-9\]+)\\s+c0curv *: *Curve Only C0" $d full c0curv]
if { $c0curv != 0 } {
puts "Error: $c0curv Curve Only C0 after DT_ShapeDivide operation."
}