1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0023382: Integration of test grid "did" into the new testing system

Integration of test grid "did" ( heal tests ) into the new testing system
This commit is contained in:
ski
2012-08-15 17:16:53 +04:00
committed by bugmaster
parent 40f53a3858
commit c2a0f4819b
773 changed files with 2130 additions and 1 deletions

View File

@@ -0,0 +1 @@
set command ShapeDivide

View File

@@ -0,0 +1 @@
../data/advanced

View File

@@ -0,0 +1,11 @@
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."
}