0027901: Resource_Manager creates directory with insufficient permissions
[occt.git] / tests / bugs / fclasses / bug24931
CommitLineData
70167e69
RL
1puts "=========="
2puts "OCC24931"
3puts "=========="
4puts ""
5####################################################
6# Stack overflow when writing large shapes to XML
7####################################################
8
9pload QAcommands
10
7a7e8cf1 11set FilePath ${imagedir}/bug24931_testdocument.xml
12
13file delete -force ${FilePath}
14set info [OCC24931 ${FilePath}]
70167e69
RL
15
16if { [regexp "OK" $info] != 1 } {
17 puts "Error: Stack is overflow"
18} else {
19 puts "OK: Stack is good"
20}