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:
1
tests/heal/split_continuity_advanced/begin
Normal file
1
tests/heal/split_continuity_advanced/begin
Normal file
@@ -0,0 +1 @@
|
||||
set command ShapeDivide
|
1
tests/heal/split_continuity_advanced/cases.list
Normal file
1
tests/heal/split_continuity_advanced/cases.list
Normal file
@@ -0,0 +1 @@
|
||||
../data/advanced
|
11
tests/heal/split_continuity_advanced/end
Normal file
11
tests/heal/split_continuity_advanced/end
Normal 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."
|
||||
}
|
Reference in New Issue
Block a user