1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +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 }