1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/fclasses/bug24931
apn 7a7e8cf174 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
2015-02-19 14:58:24 +03:00

20 lines
456 B
Plaintext

puts "=========="
puts "OCC24931"
puts "=========="
puts ""
####################################################
# Stack overflow when writing large shapes to XML
####################################################
pload QAcommands
set FilePath ${imagedir}/bug24931_testdocument.xml
file delete -force ${FilePath}
set info [OCC24931 ${FilePath}]
if { [regexp "OK" $info] != 1 } {
puts "Error: Stack is overflow"
} else {
puts "OK: Stack is good"
}