mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +03:00
Update of testing cases for current state of OCCT
This commit is contained in:
parent
ed6a9c100b
commit
d18bedc711
@ -2739,10 +2739,6 @@ static Standard_Integer OCC7141 (Draw_Interpretor& di, Standard_Integer argc, co
|
|||||||
}
|
}
|
||||||
di << argv[0] << " : Finish" << "\n";
|
di << argv[0] << " : Finish" << "\n";
|
||||||
|
|
||||||
if( remove("TestExportStructure.step") != 0 ) {
|
|
||||||
perror( "Error deleting file" );
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,10 +9,11 @@ puts ""
|
|||||||
pload QAcommands
|
pload QAcommands
|
||||||
|
|
||||||
set BugNumber OCC7141
|
set BugNumber OCC7141
|
||||||
|
set aFile ${imagedir}/TestExportStructure.step
|
||||||
|
file delete -force ${aFile}
|
||||||
|
|
||||||
file delete ${imagedir}/TestExportStructure.step
|
|
||||||
set nCount 20
|
set nCount 20
|
||||||
if [catch { set List [OCC7141 ${nCount} ${imagedir}/TestExportStructure.step] } result] {
|
if [catch { set List [OCC7141 ${nCount} ${aFile}] } result] {
|
||||||
puts "${BugNumber}: Faulty"
|
puts "${BugNumber}: Faulty"
|
||||||
} else {
|
} else {
|
||||||
puts "${BugNumber}: OK"
|
puts "${BugNumber}: OK"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user