mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0025803: Defective tests contaminating current directory
Test cases save results in directory pointed by ${imagedir} Tcl variable. File names are initialized in scripts and passed to DRAW command as argument. Tests User Guide was updated. Remarks were corrected
This commit is contained in:
@@ -8,7 +8,10 @@ puts ""
|
||||
|
||||
pload QAcommands
|
||||
|
||||
set info [OCC24931]
|
||||
set FilePath ${imagedir}/bug24931_testdocument.xml
|
||||
|
||||
file delete -force ${FilePath}
|
||||
set info [OCC24931 ${FilePath}]
|
||||
|
||||
if { [regexp "OK" $info] != 1 } {
|
||||
puts "Error: Stack is overflow"
|
||||
|
Reference in New Issue
Block a user