1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Adjusting testing cases for current state of OCCT

This commit is contained in:
bugmaster 2012-11-16 12:48:24 +04:00
parent 2de84aa22f
commit 808b3f9f34
3 changed files with 4 additions and 3 deletions

View File

@ -1872,6 +1872,7 @@ proc _check_file_format {file} {
proc load_data_file {file format shape} {
switch $format {
BREP { uplevel restore $file $shape }
DRAW { uplevel restore $file $shape }
IGES { pload XSDRAW; uplevel igesbrep $file $shape * }
STEP { pload XSDRAW; uplevel stepread $file __a *; uplevel renamevar __a_1 $shape }
STL { pload XSDRAW; uplevel readstl $shape $file }

View File

@ -6,7 +6,7 @@ puts ""
# Wrong result of Geom_BSpline_Surface::IsVClosed()
###############################################################################
restore [locate_data_file bug23475.brep] s1
restore [locate_data_file bug23475.draw] s1
set info [dump s1]
if { [regexp "BSplineSurface vclosed" $info] != 1} {

View File

@ -11,6 +11,6 @@ if { [string compare $command "shading"] == 0 } {
} else {
set nbwithouttri(All) 91
set nbcross(All) 11
set bug_freenodes "OCC22687"
set nbfreenodes(All) 9
set bug_freenodes "OCC23473"
set nbfreenodes(All) 11
}