1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

Update new testing cases after renaming DRAW command

This commit is contained in:
mkv 2015-02-06 13:13:42 +03:00 committed by bugmaster
parent 7a5f12021e
commit a41fbc10b9
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ ellipse c2 4 0 2 1
set info [2dextrema c1 c2]
set tol_abs 1.e-7
set tol_abs 1.e-4
set tol_rel 0.01
#-1

View File

@ -15,7 +15,7 @@ incmesh p 0.1
explode p e
storevrml p_3 ${aFile} 1 1
writevrml p_3 ${aFile} 1 1
set status 1
if { ![file exists ${aFile}] } {
@ -32,7 +32,7 @@ set fd0 [ open ${aFile} r ]
set filecontent [ read ${fd0} ]
close $fd0
if { ![regexp {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,\n\s+16,17,18,19,20,21,22,23,24,25,26,27,28, -1} ${filecontent} full] } {
if { ![regexp {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,-1} ${filecontent} full] } {
set status 0
}