1
0
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:
apn
2015-02-19 14:57:12 +03:00
committed by bugmaster
parent 19589673b3
commit 7a7e8cf174
5 changed files with 25 additions and 13 deletions

View File

@@ -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"