1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/caf/bug1138
mnt 53a1447a00 0029133: Unstable test cases
Adding new and early removed for some reasons test cases

Removing TODO ?

Adding necessary TODO ? on corresponding platforms for OK and BAD cases
2017-11-02 17:02:45 +03:00

19 lines
539 B
Plaintext
Executable File

puts "================"
puts "OCC1138"
puts "================"
puts ""
############################################################
# OSD_SIGSEGV is thrown during call LDOMParser.parse method
############################################################
pload QAcommands
set BugNumber OCC1138
if [catch { OCC983 ${imagedir} }] {
puts "Faulty ${BugNumber} : here is reading problem when the filename is a directory name."
} else {
puts "Reading ${BugNumber} OK : here is not reading problem when the filename is a directory name."
}