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:
parent
2de84aa22f
commit
808b3f9f34
@ -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 }
|
||||
|
@ -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} {
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user